From 9290303e80801a31569386c1a030ca6ed7dd34b5 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 20 Nov 2012 10:37:13 +0100 Subject: Move prompt_silent() and get_opt() to rcube_utils class --- bin/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/update.sh') diff --git a/bin/update.sh b/bin/update.sh index f141fa685..59aa596dd 100755 --- a/bin/update.sh +++ b/bin/update.sh @@ -25,7 +25,7 @@ require_once INSTALL_PATH . 'program/include/clisetup.php'; require_once INSTALL_PATH . 'installer/rcube_install.php'; // get arguments -$opts = get_opt(array('v' => 'version')); +$opts = rcube_utils::get_opt(array('v' => 'version')); // ask user if no version is specified if (!$opts['version']) { -- cgit v1.2.3