Code

Fixed typo
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 12 Aug 2008 07:09:48 +0000 (07:09 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 12 Aug 2008 07:09:48 +0000 (07:09 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12190 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/personal/password/class_password.inc

index d4899ec2efe63d9a0af591d9c5b6bfb5355a5ae9..907a707f0d8b65d77371a4fcf9cb7c3ad17f7d92 100644 (file)
@@ -99,8 +99,8 @@ class password extends plugin
             $ui->dn, 
             $_POST['current_password'],
             $this->config->current['SERVER'],
-            $this->config->get_cfg-value("recursive") == "true",
-            $this->config->get_cfg-value("tls") == "true");
+            $this->config->get_cfg_value("recursive") == "true",
+            $this->config->get_cfg_value("tls") == "true");
 
         /* connection Successfull ? */
         if (!$tldap->success()){