diff --git a/plugins/libkolab/bin/modcache.sh b/plugins/libkolab/bin/modcache.sh index cac2bf09..2e671b0c 100755 --- a/plugins/libkolab/bin/modcache.sh +++ b/plugins/libkolab/bin/modcache.sh @@ -201,7 +201,7 @@ function authenticate(&$opts) // prompt for password if (empty($opts['password']) && ($opts['username'] || $opts['user'])) { - $opts['password'] = prompt_silent("Password: "); + $opts['password'] = rcube_utils::prompt_silent("Password: "); } // simulate "login as" feature