Be consistent with all the child classes
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 22 Aug 2010 20:57:53 +0000 (20:57 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 22 Aug 2010 20:57:53 +0000 (20:57 +0000)
includes/db/Database.php

index 9cb6b90..62cb78a 100644 (file)
@@ -2077,7 +2077,7 @@ abstract class DatabaseBase {
         *
         * @return String: wikitext of a link to the server software's web site
         */
-       static function getSoftwareLink() {
+       public static function getSoftwareLink() {
                throw new MWException( "A child class of DatabaseBase didn't implement getSoftwareLink(), shame on them" );
        }