#4507 closed Defect (fixed)
Typo in twitter_api_login function stops users seeing the correct page
| Reported by: | dave | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.5 |
| Component: | Twitter API | Version: | 1.8.4 |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: |
Description
Line 112 of twitter_api/lib/twitter_api.php has a typo which results in an incorrect redirect. It is currently
$forward = "twitter_api/intersitial";
but should be
$forward = "twitter_api/interstitial";
Change History (5)
comment:1 Changed 12 months ago by ewinslow
comment:2 Changed 12 months ago by dave
- Component changed from Core to Twitter API
- Version changed from 1.8 Beta to 1.8.4
This is in the latest release - 1.8.4
comment:3 Changed 12 months ago by Brett Profitt
- Resolution set to fixed
- Status changed from new to closed
Fixes #4507. Corrected typo for twitter interstitial page.
Changeset: 0c725e2ceeb9abf2e8b625961548928fa9bca9b2
comment:4 Changed 12 months ago by Brett Profitt
Fixes #4507. Corrected typo for twitter interstitial page.
Changeset: 0c725e2ceeb9abf2e8b625961548928fa9bca9b2
comment:5 Changed 5 months ago by cash
- Milestone changed from Needs Review to Elgg 1.8.5
Note: See
TracTickets for help on using
tickets.

Are you on the latest version? I recall someone fixing this problem already.