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

index d142a8e..58756ed 100644 (file)
@@ -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;
                 }