https://bugzilla.wikimedia.org/show_bug.cgi?id=28983
--- Comment #17 from T. Gries <[email protected]> 2011-06-07 22:22:59 UTC --- in Installer.php function includeExtensions() I added the echo() foreach( $exts as $e ) { echo( "Installer::includeExtensions: require_once $path/$e/$e.php" ); require_once( "$path/$e/$e.php" ); } -- 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
