From: cajus Date: Mon, 26 Jun 2006 11:10:59 +0000 (+0000) Subject: Removed PHP5 warning message X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=62be09148458b534a70250a3c4fbdb8e551d4729;p=gosa.git Removed PHP5 warning message git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3903 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/generic/class_user.inc b/plugins/personal/generic/class_user.inc index 472eddbd0..720114707 100644 --- a/plugins/personal/generic/class_user.inc +++ b/plugins/personal/generic/class_user.inc @@ -481,7 +481,7 @@ class user extends plugin $this->pw_storage= $this->config->current['HASH']; } - $temp = passwordMethod::get_available_methods(); + $temp = @passwordMethod::get_available_methods(); $hashes = $temp['name']; $smarty->assign("pwmode", $hashes);