From 1db6a5925b65590421fa1a9ec30902195d51e264 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Tue, 5 Nov 2013 19:58:13 +0100 Subject: [PATCH] Fix call to function applyPatch in MysqlUpdater Change-Id: Ieefc8968ae3d397482df939e5d1ccd15df0c4705 --- includes/installer/MysqlUpdater.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/MysqlUpdater.php b/includes/installer/MysqlUpdater.php index 3674353a29..0f4faec701 100644 --- a/includes/installer/MysqlUpdater.php +++ b/includes/installer/MysqlUpdater.php @@ -699,7 +699,7 @@ class MysqlUpdater extends DatabaseUpdater { if ( !$this->db->tableExists( 'user_rights', __METHOD__ ) ) { if ( $this->db->fieldExists( 'user', 'user_rights', __METHOD__ ) ) { - $this->db->applyPatch( + $this->applyPatch( 'patch-user_rights.sql', false, 'Upgrading from a 1.3 or older database? Breaking out user_rights for conversion' -- 2.20.1