Merge "Title::getContentModel(): load from DB if necessary"
[lhc/web/wiklou.git] / includes / installer / MssqlUpdater.php
old mode 100755 (executable)
new mode 100644 (file)
index d590a70..4d86d11
@@ -65,6 +65,8 @@ class MssqlUpdater extends DatabaseUpdater {
         * @return bool False if patch is skipped.
         */
        protected function updateConstraints( $constraintType, $table, $field ) {
+               global $wgDBname, $wgDBmwschema;
+
                if ( !$this->doTable( $table ) ) {
                        return true;
                }