From 0c3e9c1fcd2f4b657a0dc7e74f11f90f9c60db25 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 16 Dec 2020 13:18:57 +0800 Subject: [PATCH] Pman.php --- Pman.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Pman.php b/Pman.php index 8462dbb..ec827f0 100644 --- a/Pman.php +++ b/Pman.php @@ -775,8 +775,7 @@ class Pman extends HTML_FlexyFramework_Page continue; } $this->outputCSSDir("Pman/$mod","*.css"); - - $this->outputSCSS($mod); + $this->outputSCSS($mod); } -- 2.39.2