From: Alan Knowles Date: Thu, 16 Aug 2018 00:47:23 +0000 (+0800) Subject: Asset.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f938af99ae2144d95ab0cf1ec2cb2e9bbc11fc72 Asset.php --- diff --git a/Asset.php b/Asset.php index 583e5381..8e18ea31 100644 --- a/Asset.php +++ b/Asset.php @@ -175,7 +175,7 @@ class Pman_Core_Asset extends Pman { require_once 'System.php'; $mods = $this->modulesList(); - foreach ($mods as $mod) { + foreach ($mods as $module) { $compile_dir = $this->getCompileDir('js', $module, false); if(!empty($compile_dir)) {