More useful debug output
[lhc/web/wiklou.git] / includes / WebStart.php
index dee5d4b..4060c55 100644 (file)
@@ -97,6 +97,7 @@ if ( defined( 'MW_CONFIG_CALLBACK' ) ) {
        require_once( "$IP/includes/DefaultSettings.php" );
 
        $callback = MW_CONFIG_CALLBACK;
+       # PHP 5.1 doesn't support "class::method" for call_user_func, so split it
        if ( strpos( $callback, '::' ) !== false ) {
                $callback = explode( '::', $callback, 2);
        }