UpdateDatabase/MysqlLinks.php
authorAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 05:38:21 +0000 (13:38 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 05:38:21 +0000 (13:38 +0800)
UpdateDatabase/MysqlLinks.php

index e5880d9..5488003 100644 (file)
@@ -393,7 +393,7 @@ class Pman_Core_UpdateDatabase_MysqlLinks {
                             
             ");
             while ($q->fetch()) {
-                $cache[$table] = $q->SPECIFIC_NAME;
+                $cache[$table][] = $q->SPECIFIC_NAME;
             }
             if ($table == 'core_notify_recur') {
                 print_r($cache[$table]);