From: hickert Date: Tue, 6 May 2008 07:40:17 +0000 (+0000) Subject: Added default value for second parameter X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=db15b14c53926cb5a0d4360f743768ccaaab7e2e;p=gosa.git Added default value for second parameter git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10781 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/password-methods/class_password-methods.inc b/gosa-core/include/password-methods/class_password-methods.inc index d45ec058a..2f5c9cf7e 100644 --- a/gosa-core/include/password-methods/class_password-methods.inc +++ b/gosa-core/include/password-methods/class_password-methods.inc @@ -115,7 +115,7 @@ class passwordMethod // Try to find out if it's our hash... - static function get_method($password_hash,$dn) + static function get_method($password_hash,$dn = "") { global $config;