From: Chad Horohoe Date: Sun, 22 Aug 2010 20:57:53 +0000 (+0000) Subject: Be consistent with all the child classes X-Git-Tag: 1.31.0-rc.0~35376 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=b9de0872968a4b2adda7f25d06852867f04ed6af;p=lhc%2Fweb%2Fwiklou.git Be consistent with all the child classes --- diff --git a/includes/db/Database.php b/includes/db/Database.php index 9cb6b90458..62cb78a719 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -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" ); }