Pman/Roo.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 27 Oct 2010 03:29:16 +0000 (11:29 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 27 Oct 2010 03:29:16 +0000 (11:29 +0800)
Pman/Roo.php

index c09b81b..6a5568d 100644 (file)
@@ -580,7 +580,7 @@ class Pman_Roo extends Pman
                 $ka = explode('.', $k);
                 $chk = DB_DataObject::factory($ka[0]);
                 if (!is_a($chk,'DB_DataObject')) {
-                    $this->jerr('Unable to load referenced table: ' .$ka[0]);
+                    $this->jerr('Unable to load referenced table check the links confi: ' .$ka[0]);
                 }
                 $chk->{$ka[1]} =  $xx->$pk;
                 if ($chk->count()) {