r71442 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71441‎ | r71442 | r71443 >
Date:20:57, 22 August 2010
Author:demon
Status:ok
Tags:
Comment:
Be consistent with all the child classes
Modified paths:
  • /trunk/phase3/includes/db/Database.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/Database.php
@@ -2077,7 +2077,7 @@
20782078 *
20792079 * @return String: wikitext of a link to the server software's web site
20802080 */
2081 - static function getSoftwareLink() {
 2081+ public static function getSoftwareLink() {
20822082 throw new MWException( "A child class of DatabaseBase didn't implement getSoftwareLink(), shame on them" );
20832083 }
20842084

Status & tagging log