From: Alan Date: Fri, 24 Feb 2023 08:11:52 +0000 (+0800) Subject: Fix #7591 - scanning templates for multiple projects using Content manager X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=8fed459eaf458421e4f268624f185cb982c5a2ea Fix #7591 - scanning templates for multiple projects using Content manager --- diff --git a/UpdateBjsTemplates.php b/UpdateBjsTemplates.php index 5ca48a9..5f85755 100644 --- a/UpdateBjsTemplates.php +++ b/UpdateBjsTemplates.php @@ -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();