UpdateDatabase.php
authorjohn <john@roojs.com>
Thu, 28 Dec 2017 07:36:31 +0000 (15:36 +0800)
committerjohn <john@roojs.com>
Thu, 28 Dec 2017 07:36:31 +0000 (15:36 +0800)
UpdateDatabase.php

index 8bd9086..48ed50c 100644 (file)
@@ -863,7 +863,6 @@ class Pman_Core_UpdateDatabase extends Pman
                 $this->jerr("template {$name} does not have a test method {$clsname}::test_{$name}");
             }
             
-            print_r($got_it);exit;
             
             
             if ($update) {
@@ -883,6 +882,9 @@ class Pman_Core_UpdateDatabase extends Pman
                 'file' => $templateDir. $name .'.html'
             );
             
+            print_r($got_it);exit;
+            
+            
             if (!empty($data['master'])) {
                 $opts['master'] = $templateDir . $master .'.html';
             }