Code

Added default value for second parameter
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 6 May 2008 07:40:17 +0000 (07:40 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 6 May 2008 07:40:17 +0000 (07:40 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10781 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/password-methods/class_password-methods.inc

index d45ec058a9f1be3930dd96650f7b8a7c3bf64f57..2f5c9cf7e6ccfe3f3c40dae93eef9343a3eebdb1 100644 (file)
@@ -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;