summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-12-14 13:42:40 +0100
committerAleksander Machniak <alec@alec.pl>2012-12-14 13:42:40 +0100
commit9849d550f9134a78fcb7894468ae3cd4f069d4a1 (patch)
tree8cb896c5cc5abe6e050c3db7e0de37965e5ee38b
parenta0e3dcf170502bd74f74c5ac5952cd7ad6de3863 (diff)
parent1d1e21698e8ee3e1e9517967cdf5f96cb7e1ef93 (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
-rwxr-xr-xbin/moduserprefs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/moduserprefs.sh b/bin/moduserprefs.sh
index a8fc3f655..b8ba98578 100755
--- a/bin/moduserprefs.sh
+++ b/bin/moduserprefs.sh
@@ -31,7 +31,7 @@ function print_usage()
// get arguments
-$args = rcube_utils:get_opt(array('u' => 'user', 'd' => 'delete'));
+$args = rcube_utils::get_opt(array('u' => 'user', 'd' => 'delete'));
if ($_SERVER['argv'][1] == 'help') {
print_usage();