From 8fed459eaf458421e4f268624f185cb982c5a2ea Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 24 Feb 2023 16:11:52 +0800 Subject: [PATCH] Fix #7591 - scanning templates for multiple projects using Content manager --- UpdateBjsTemplates.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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(); -- 2.39.2