https://bugzilla.wikimedia.org/show_bug.cgi?id=36907
Sam Reed (reedy) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Sam Reed (reedy) <[email protected]> 2012-05-17 01:10:22 UTC --- public function __construct( MobileContext $context = null ) { if ( $context ) { $request = $context->getRequest(); $this->requestedSegment = $request->getInt( 'seg', 0 ); $useFormat = $context->getUseFormat(); if ( $useFormat ) { $this->useFormat = $useFormat; } } } it looks like it's been cleaned up in the backlog -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
