From a9c79dca23b5316b0844194c5c3c65345818681b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 5 Dec 2018 16:48:39 +0800 Subject: [PATCH] Pman.php --- Pman.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } } -- 2.39.2