From ff8a915f1dbae7fcb877e99c4972d75790a1e731 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 5 Dec 2018 16:47:56 +0800 Subject: [PATCH] Pman.php --- Pman.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Pman.php b/Pman.php index 70058ad..9ca434b 100644 --- a/Pman.php +++ b/Pman.php @@ -754,7 +754,9 @@ class Pman extends HTML_FlexyFramework_Page $this->callModules('applyCSSIncludes', $this); foreach($this->css_includes as $module => $ar) { - $pg->assetArrayToHtml( $ar , 'css'); + if ($ar) { + $pg->assetArrayToHtml( $ar , 'css'); + } } // old style... - probably remove this... -- 2.39.2