diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-11-20 10:37:13 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-11-20 10:37:13 +0100 |
commit | 9290303e80801a31569386c1a030ca6ed7dd34b5 (patch) | |
tree | 8fa330c92d653d6cd07cecbc7abfc21b766b8002 /bin/update.sh | |
parent | 2b55d4f4204bdb8c97865e01b960c1d1f23ac0b7 (diff) |
Move prompt_silent() and get_opt() to rcube_utils class
Diffstat (limited to 'bin/update.sh')
-rwxr-xr-x | bin/update.sh | 2 |
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']) { |