UpdateTemplates.php
authorEdward <edward@roojs.com>
Fri, 20 Dec 2013 05:13:12 +0000 (13:13 +0800)
committerEdward <edward@roojs.com>
Fri, 20 Dec 2013 05:13:12 +0000 (13:13 +0800)
UpdateTemplates.php

index 462bf5e..a73ab18 100644 (file)
@@ -293,7 +293,6 @@ class Pman_Cms_UpdateTemplates extends Pman
         while (($fn = readdir($dh)) !== false) {
             // do we care that it will try and parse the template directory??? - not really..
             // as we are only looking for php files..
-            print_r($fn);exit;
             if(empty($fn) || $fn[0] == '.'){
                 continue;
             }