From 4133cc2a5e7795ecd3a2b7fb7d36012bd2e2aca0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 16 Apr 2015 13:34:55 +0800 Subject: [PATCH] UpdateDatabase/MysqlLinks.php --- UpdateDatabase/MysqlLinks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UpdateDatabase/MysqlLinks.php b/UpdateDatabase/MysqlLinks.php index 829293f3..bce52610 100644 --- a/UpdateDatabase/MysqlLinks.php +++ b/UpdateDatabase/MysqlLinks.php @@ -398,7 +398,7 @@ class Pman_Core_UpdateDatabase_MysqlLinks { } // now see which of the procedures match the specification.. $ret = array(); - foreach($cache[$tables] as $cname) { + foreach($cache[$table] as $cname) { $bits = explode("_before_{$type}_", $cname); if (count($bits) < 2) { continue; -- 2.39.2