https://bugzilla.wikimedia.org/show_bug.cgi?id=28983

--- Comment #18 from T. Gries <[email protected]> 2011-06-07 22:24:46 UTC ---
(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 !

-- 
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

Reply via email to