Code

Removed php5 warning message
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Jun 2006 11:11:26 +0000 (11:11 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Jun 2006 11:11:26 +0000 (11:11 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@3904 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/generic/class_user.inc

index 472eddbd0a16f35e3f74a4c5e2810dd4f5c38bb1..7201147077e70747ea45bff7b8408ef18c40b33d 100644 (file)
@@ -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);