Register new message keys added with r107692 for maintenance files properly
[lhc/web/wiklou.git] / maintenance / userDupes.inc
index 49fd309..31bae8e 100644 (file)
@@ -174,7 +174,7 @@ class UserDupes {
         * @access private
         */
        function newSchema() {
-               return class_exists( 'Revision' );
+               return MWInit::classExists( 'Revision' );
        }
 
        /**