From: umherirrender Date: Tue, 5 Nov 2013 18:58:13 +0000 (+0100) Subject: Fix call to function applyPatch in MysqlUpdater X-Git-Tag: 1.31.0-rc.0~18224^2 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=1db6a5925b65590421fa1a9ec30902195d51e264;p=lhc%2Fweb%2Fwiklou.git Fix call to function applyPatch in MysqlUpdater Change-Id: Ieefc8968ae3d397482df939e5d1ccd15df0c4705 --- 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'