From d9022f63880ce039446fba8364f68e656b7bf4cb Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 3 May 2012 13:01:35 +0200 Subject: Update to MediaWiki 1.19.0 --- maintenance/sqlite.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'maintenance/sqlite.php') diff --git a/maintenance/sqlite.php b/maintenance/sqlite.php index dc8a430e..864d5ab6 100644 --- a/maintenance/sqlite.php +++ b/maintenance/sqlite.php @@ -35,6 +35,8 @@ class SqliteMaintenance extends Maintenance { /** * While we use database connection, this simple lie prevents useless --dbpass and * --dbuser options from appearing in help message for this script. + * + * @return int DB constant */ public function getDbType() { return Maintenance::DB_NONE; @@ -129,4 +131,4 @@ class SqliteMaintenance extends Maintenance { } $maintClass = "SqliteMaintenance"; -require_once( RUN_MAINTENANCE_IF_MAIN ); \ No newline at end of file +require_once( RUN_MAINTENANCE_IF_MAIN ); -- cgit v1.2.3-54-g00ecf