From 59e11632ed835c2c00d4b80018fb0b8659819fe0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 16 Aug 2018 08:45:53 +0800 Subject: [PATCH] sync --- Asset.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Asset.php b/Asset.php index c8c997c4..583e5381 100644 --- a/Asset.php +++ b/Asset.php @@ -172,10 +172,9 @@ class Pman_Core_Asset extends Pman { $this->jerr("Cache can only be cleared by authenticated users"); } - require_once 'System.php'; - $mods = $this->modulesList(); + $mods = $this->modulesList(); foreach ($mods as $mod) { $compile_dir = $this->getCompileDir('js', $module, false); -- 2.39.2