From b9de0872968a4b2adda7f25d06852867f04ed6af Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sun, 22 Aug 2010 20:57:53 +0000 Subject: [PATCH] Be consistent with all the child classes --- includes/db/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ); } -- 2.20.1