Index: trunk/phase3/includes/db/Database.php |
— | — | @@ -2077,7 +2077,7 @@ |
2078 | 2078 | * |
2079 | 2079 | * @return String: wikitext of a link to the server software's web site |
2080 | 2080 | */ |
2081 | | - static function getSoftwareLink() { |
| 2081 | + public static function getSoftwareLink() { |
2082 | 2082 | throw new MWException( "A child class of DatabaseBase didn't implement getSoftwareLink(), shame on them" ); |
2083 | 2083 | } |
2084 | 2084 | |