From: Alan Knowles Date: Thu, 17 Mar 2016 09:40:13 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=dcd44d9720bcdab78e6da1c3684d2c9b631ed1fc JsCompile.php --- diff --git a/JsCompile.php b/JsCompile.php index d1c70cd5..abab4e67 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -255,7 +255,11 @@ class Pman_Core_JsCompile extends Pman function pack($files, $output, $translation_base=false) { - + + if (empty($files)) { + return false; + } + $o = HTML_FlexyFramework::get()->Pman_Core; if (isset($o['packseed'])) { return $this->packSeed($files,$output,$translation_base);