From: Alan Knowles Date: Fri, 7 Oct 2016 09:15:06 +0000 (+0800) Subject: UpdateDatabase/MysqlLinks.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=fa08c0223470048e5ae7c50bad3622023c7e4fc2 UpdateDatabase/MysqlLinks.php --- diff --git a/UpdateDatabase/MysqlLinks.php b/UpdateDatabase/MysqlLinks.php index d142a8e1..58756ed2 100644 --- a/UpdateDatabase/MysqlLinks.php +++ b/UpdateDatabase/MysqlLinks.php @@ -277,7 +277,7 @@ class Pman_Core_UpdateDatabase_MysqlLinks { if (!isset($this->schema[$target_table])) { // skip... target table does not exist - $err[] = "TARGET MISSING: $source_col => $target"; + $err[] = "TARGET MISSING: $source_col => $target"; continue; }