Last modified: 2006-07-14 08:32:30 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 T8679, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 6679 - small typo in maintenance/updateSpecialPages.php
small typo in maintenance/updateSpecialPages.php
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
1.8.x
All All
: Lowest trivial (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-07-14 06:14 UTC by Nick Jenkins
Modified: 2006-07-14 08:32 UTC (History)
0 users

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


Attachments

Description Nick Jenkins 2006-07-14 06:14:50 UTC
small typo in http://svn.wikimedia.org/viewvc/mediawiki?view=rev&revision=15569 :

===============================================
root@bling:/var/www/hosts/mediawiki/wiki# php -l maintenance/updateSpecialPages.php

Parse error: syntax error, unexpected T_IF in maintenance/updateSpecialPages.php
on line 32
Errors parsing maintenance/updateSpecialPages.php
root@bling:/var/www/hosts/mediawiki/wiki#
===============================================

I.e. you may wish to perhaps :
===============================================
- 	         $specialObj = SpecialPage::getPage( $special,
+ 	         $specialObj = SpecialPage::getPage( $special );
===============================================
Comment 1 Brion Vibber 2006-07-14 06:17:17 UTC
Fixed in r15607
Comment 2 Nick Jenkins 2006-07-14 08:32:30 UTC
Thank you.

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


Navigation
Links