Last modified: 2013-10-07 03:49:32 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T57394, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 55394 - If not logged in, [[Special:Drafts]] says you need to login to view other pages on the wiki
If not logged in, [[Special:Drafts]] says you need to login to view other pag...
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
Drafts (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-10-07 03:48 UTC by Kunal Mehta (Legoktm)
Modified: 2013-10-07 03:49 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Kunal Mehta (Legoktm) 2013-10-07 03:48:33 UTC
You must log in to view other pages.

Return to Main Page.

This is because:

		// Make sure the user is logged in
		if ( !$user->isLoggedIn() ) {
			// If not, let them know they need to
			$out->loginToUse();
			// Continue
			return;
		}


OutputPage::loginToUse: throw new PermissionsError( 'read' );

which may not be applicable...

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links