https://bugzilla.wikimedia.org/show_bug.cgi?id=28983
T. Gries <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #19 from T. Gries <[email protected]> 2011-06-07 22:30:58 UTC --- (In reply to comment #18) > (In reply to comment #17) > > 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" ); > > } > > maybe because OpenID overwrites $path (bad extension...). > Will check. But even when an extension is unsane, it should not effect the > foreach loop ! fixed in r89707 . but not finally -- 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
