Remove paramter that only appears to illustrate the fact more parameters can be added...
authorRobert Leverington <roberthl@users.mediawiki.org>
Sun, 11 May 2008 17:21:10 +0000 (17:21 +0000)
committerRobert Leverington <roberthl@users.mediawiki.org>
Sun, 11 May 2008 17:21:10 +0000 (17:21 +0000)
includes/filerepo/FileRepoStatus.php

index 7e473db..e3ade97 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 /*, parameters...*/ ) {
                $params = array_slice( func_get_args(), 1 );
                $result = new self( $repo );
                call_user_func_array( array( &$result, 'error' ), $params );