Last modified: 2010-05-15 16:03:01 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 T16432, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 14432 - undefined variable options in SpecialNewpages.php in r35961
undefined variable options in SpecialNewpages.php in r35961
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
1.13.x
All All
: Normal minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-06-06 07:45 UTC by Nick Jenkins
Modified: 2010-05-15 16:03 UTC (History)
0 users

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


Attachments

Description Nick Jenkins 2008-06-06 07:45:40 UTC
Backtrace follows:

<b>Strict Standards:</b> Type: <b>8</b>:  Undefined variable: options in <b>/var/www/hosts/mediawiki/wiki/includes/SpecialNewpages.php</b> on line <b>108</b><br />
      NewPagesForm.execute(null, false) # line 13, file: /var/www/hosts/mediawiki/wiki/includes/SpecialNewpages.php
     wfSpecialNewPages(null, Object:IncludableSpecialPage) # line unknown, file: unknown
    call_user_func("wfSpecialNewpages", null, Object:IncludableSpecialPage) # line 747, file: /var/www/hosts/mediawiki/wiki/includes/SpecialPage.php
   SpecialPage.execute(null) # line 533, file: /var/www/hosts/mediawiki/wiki/includes/SpecialPage.php
  SpecialPage.executePath(Object:Title) # line 224, file: /var/www/hosts/mediawiki/wiki/includes/Wiki.php
 MediaWiki.initializeSpecialCases(Object:Title, Object:OutputPage, Object:WebRequest) # line 55, file: /var/www/hosts/mediawiki/wiki/includes/Wiki.php
MediaWiki.initialize(Object:Title, null, Object:OutputPage, Object:User, Object:WebRequest) # line 92, file: /var/www/hosts/mediawiki/wiki/index.php
Comment 1 Brion Vibber 2008-06-06 16:42:32 UTC
The $options parameter appears to be obsolete here, options having moved into $this->opts. Removed in r35971

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


Navigation
Links