From 8ce0ceb37271f5174e4491d7ffdf9180ac391ad9 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Fri, 22 Mar 2002 11:57:09 +0000 Subject: [PATCH] * setUIType -> setFrontendType --- pear/scripts/pear.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/scripts/pear.in b/pear/scripts/pear.in index f7a7d0d548..862e20e35e 100644 --- a/pear/scripts/pear.in +++ b/pear/scripts/pear.in @@ -24,7 +24,7 @@ require_once "PEAR/Config.php"; require_once "PEAR/Command.php"; require_once "Console/Getopt.php"; -PEAR_Command::setUIType('CLI'); +PEAR_Command::setFrontendType('CLI'); $all_commands = PEAR_Command::getCommands(); $cmd_options = PEAR_Command::getOptions(); -- 2.50.1