UpdateDatabase/MysqlLinks.php
authorAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 07:30:55 +0000 (15:30 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 07:30:55 +0000 (15:30 +0800)
UpdateDatabase/MysqlLinks.php

index 98a0f20..865f182 100644 (file)
@@ -339,6 +339,7 @@ class Pman_Core_UpdateDatabase_MysqlLinks {
                 
                 $source_tbl = $tbl;
                 list($target_table , $target_col) = explode(':', $target);
+                
                 if (!isset($this->schema[$target_table])) {
                     // skip... target table does not exist
                     continue;