From: Stig Bakken Date: Sun, 7 Apr 2002 16:42:33 +0000 (+0000) Subject: * initialize _PEAR_Command_uiobject X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~821 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49b11adf7cd69f1956eeb0378ec061b6cec4f96f;p=php * initialize _PEAR_Command_uiobject --- 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