Merge "Show password-required message only if $wgRequirePasswordforEmailChange =...
[lhc/web/wiklou.git] / includes / UserRightsProxy.php
index 0d1708f..3a3eb53 100644 (file)
@@ -146,7 +146,7 @@ class UserRightsProxy {
         *
         * @param string $database
         * @param bool $ignoreInvalidDB If true, don't check if $database is in $wgLocalDatabases
-        * @return DatabaseBase|null If invalid selection
+        * @return IDatabase|null If invalid selection
         */
        public static function getDB( $database, $ignoreInvalidDB = false ) {
                global $wgDBname;