From 49b11adf7cd69f1956eeb0378ec061b6cec4f96f Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Sun, 7 Apr 2002 16:42:33 +0000 Subject: [PATCH] * initialize _PEAR_Command_uiobject --- pear/PEAR/Command.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pear/PEAR/Command.php b/pear/PEAR/Command.php index 8cd99ef74c..50b8c7b42c 100644 --- a/pear/PEAR/Command.php +++ b/pear/PEAR/Command.php @@ -33,6 +33,12 @@ $GLOBALS['_PEAR_Command_commandlist'] = array(); */ $GLOBALS['_PEAR_Command_uiclass'] = 'PEAR_Frontend_CLI'; +/** + * Instance of $_PEAR_Command_uiclass. + * @var object + */ +$GLOBALS['_PEAR_Command_uiobject'] = null; + /** * The options accepted by the commands * @var string the options -- 2.50.1