From: cajus Date: Mon, 26 Jun 2006 11:11:26 +0000 (+0000) Subject: Removed php5 warning message X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dd0a83a8f4777e5590747a1f0dd4f14c8e9d3a8a;p=gosa.git Removed php5 warning message git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@3904 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);