summaryrefslogtreecommitdiff
path: root/bin/update.sh
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-11-20 10:37:13 +0100
committerAleksander Machniak <alec@alec.pl>2012-11-20 10:37:13 +0100
commit9290303e80801a31569386c1a030ca6ed7dd34b5 (patch)
tree8fa330c92d653d6cd07cecbc7abfc21b766b8002 /bin/update.sh
parent2b55d4f4204bdb8c97865e01b960c1d1f23ac0b7 (diff)
Move prompt_silent() and get_opt() to rcube_utils class
Diffstat (limited to 'bin/update.sh')
-rwxr-xr-xbin/update.sh2
1 files changed, 1 insertions, 1 deletions
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']) {