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