UpdateDatabase/MysqlLinks.php
authorAlan Knowles <alan@roojs.com>
Fri, 7 Oct 2016 09:12:12 +0000 (17:12 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Oct 2016 09:12:12 +0000 (17:12 +0800)
UpdateDatabase/MysqlLinks.php

index b19a913..2238239 100644 (file)
@@ -313,7 +313,7 @@ class Pman_Core_UpdateDatabase_MysqlLinks {
             ";
             
             if (!$has_checks) {
-                echo "SKIP TRIGGER {$tbl}_before_insert (missing " . implode(", ", $errs) . ")\n";
+                echo "SKIP TRIGGER {$tbl}_before_insert (missing " . implode(", ", $err) . ")\n";
                 return;
             }
             //echo $trigger; exit;