Last modified: 2010-05-15 15:38:08 UTC
phase3/Config/index.php |require_once( "maintenance/convertLinks.inc" );| ~line 168; already included by |maintenance/updaters.inc| ~ line 9
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.
Created attachment 643 [details] Fix. Heres the fix. (remove Config/index.php's require for that)
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.
Applied to HEAD.