DataObjects/Core_template.php
authorAlan Knowles <alan@roojs.com>
Fri, 4 Dec 2020 03:45:45 +0000 (11:45 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 4 Dec 2020 03:45:45 +0000 (11:45 +0800)
DataObjects/Core_template.php

index 84cd5a7..871b7cd 100644 (file)
@@ -414,10 +414,10 @@ WHERE (
             ) = '{$clsname}.php'
        ");
         $d->filetype = 'php';
-        if ( $d->find(true) ){
-            
+        if (! $d->find(true) ){
+            return;
         }
-        print_R($d);exit;
+        var_dump($d);exit;