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

index 84f6c53..e02712c 100644 (file)
@@ -840,15 +840,15 @@ class Pman_Core_UpdateDatabase extends Pman
                 $cm->bcc_group = $g->id;
             }
             
-            print_r('die here');exit;
-            
-            
             if (empty($cm->test_class)) {
                 if (empty($data['test_class'])) {
                     $this->jerr("missing test_class for template $name");
                 }
                 $cm->test_class = $data['test_class'];
             }
+            
+            print_r('die here');exit;
+            
             require_once $cm->test_class . '.php';
             
             $clsname = str_replace('/','_', $cm->test_class);