From: Alan Knowles Date: Wed, 5 Dec 2018 08:47:56 +0000 (+0800) Subject: Pman.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=ff8a915f1dbae7fcb877e99c4972d75790a1e731 Pman.php --- 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...