Last modified: 2010-05-15 15:38:08 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 T4503, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 2503 - phase3/maintenance/convertLinks.inc attempted to be included twice
phase3/maintenance/convertLinks.inc attempted to be included twice
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Installer (Other open bugs)
1.5.x
All All
: Normal minor with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: code_quality
  Show dependency treegraph
 
Reported: 2005-06-24 06:43 UTC by Justin Wood (Callek)
Modified: 2010-05-15 15:38 UTC (History)
0 users

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


Attachments
Fix. (855 bytes, patch)
2005-06-24 06:47 UTC, Justin Wood (Callek)
Details

Description Justin Wood (Callek) 2005-06-24 06:43:47 UTC
phase3/Config/index.php |require_once( "maintenance/convertLinks.inc" );| ~line
168; already included by |maintenance/updaters.inc| ~ line 9
Comment 1 Brion Vibber 2005-06-24 06:47:12 UTC
Is it run directly from config/index.php? If so, that's probably fine -- being explicit about 
dependencies is cool.

If not (eg it's run only through updaters), then take it out.
Comment 2 Justin Wood (Callek) 2005-06-24 06:47:33 UTC
Created attachment 643 [details]
Fix.

Heres the fix. (remove Config/index.php's require for that)
Comment 3 Justin Wood (Callek) 2005-06-25 07:31:01 UTC
Using search in file: phase3/Config/index.php yeilds no results for the
functions in convertLinks.inc.  I did not check all other files that index.php
includes.
Comment 4 Brion Vibber 2005-06-25 08:04:59 UTC
Applied to HEAD.

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


Navigation
Links