Fix #7591 - scanning templates for multiple projects using Content manager
authorAlan <alan@roojs.com>
Fri, 24 Feb 2023 08:11:52 +0000 (16:11 +0800)
committerAlan <alan@roojs.com>
Fri, 24 Feb 2023 08:11:52 +0000 (16:11 +0800)
UpdateBjsTemplates.php

index 5ca48a9..5f85755 100644 (file)
@@ -50,7 +50,8 @@ class Pman_Admin_UpdateBjsTemplates extends Pman
          
     }
     
-    function updateData()
+    function updateData() // this does everything?? not used?
+    
     {   
         $this->scanProjectBJS();
         $this->scanPmanBJS();
@@ -67,7 +68,7 @@ class Pman_Admin_UpdateBjsTemplates extends Pman
         
     }
     
-    function scanProjectBJS()
+    function scanProjectBJS()  // this is probably not used (replace by the CMS scanner)
     {
         $ff = HTML_FlexyFramework::get();