Revert r33911 for now -- causes fatal error death with OggHandler at least.
[lhc/web/wiklou.git] / includes / filerepo / FileRepoStatus.php
index d681c46..7e473db 100644 (file)
@@ -7,7 +7,7 @@ class FileRepoStatus extends Status {
        /**
         * Factory function for fatal errors
         */
-       static function newFatal( $repo /*, $message , parameters...*/ ) {
+       static function newFatal( $repo, $message /*, parameters...*/ ) {
                $params = array_slice( func_get_args(), 1 );
                $result = new self( $repo );
                call_user_func_array( array( &$result, 'error' ), $params );