UpdateTemplates.php
authorAlan Knowles <alan@roojs.com>
Mon, 9 Oct 2017 05:08:23 +0000 (13:08 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 9 Oct 2017 05:08:23 +0000 (13:08 +0800)
UpdateTemplates.php

index 478d16f..e62d676 100644 (file)
@@ -148,7 +148,7 @@ class Pman_Cms_UpdateTemplates extends Pman
             if (!empty($this->opts['template']) && $this->opts['template'] != ($pg['template_dir'] . '/'. $pg['template'])) {
                 continue;
             }
-            print_r($tp);exit;
+            
             
             $pages[$i]['template_object'] = $tp->syncTemplatePage($pg);
         }