Changed UpdateBjsTemplates.php
authorAlan <alan@roojs.com>
Fri, 25 Nov 2022 06:35:42 +0000 (14:35 +0800)
committerAlan <alan@roojs.com>
Fri, 25 Nov 2022 06:35:42 +0000 (14:35 +0800)
UpdateBjsTemplates.php

index 0f98ab0..5473c3a 100644 (file)
@@ -57,8 +57,8 @@ class Pman_Cms_UpdateBjsTemplates extends Pman
             $this->jerr("config[Pman_Cms] is not set");
         }
         
-        $base = $ff->Pman_Cms['project_name'];
-        
+        $base = $this->rootDir . '/' .$ff->Pman_Cms['project_name'];
+        var_dump($base);exit;
         $dh = opendir($base);
         
         $ret = array();