From: Alan Knowles Date: Wed, 5 Dec 2018 08:48:39 +0000 (+0800) Subject: Pman.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=a9c79dca23b5316b0844194c5c3c65345818681b Pman.php --- diff --git a/Pman.php b/Pman.php index 9ca434b..acd719c 100644 --- a/Pman.php +++ b/Pman.php @@ -755,7 +755,7 @@ class Pman extends HTML_FlexyFramework_Page $this->callModules('applyCSSIncludes', $this); foreach($this->css_includes as $module => $ar) { if ($ar) { - $pg->assetArrayToHtml( $ar , 'css'); + $this->assetArrayToHtml( $ar , 'css'); } }