From 5f5e456495ab9363902b0ff2ea99defcf3ee92cb Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 9 Aug 2011 19:07:18 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/JsCompile.php b/JsCompile.php index efabda21..6a58b860 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -16,6 +16,9 @@ require_once 'Pman.php'; class Pman_Core_JsCompile extends Pman { + + static $cli_desc = "Wrapper around Javascript compression tools"; + var $cli = false; function getAuth() { -- 2.39.2