summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bbe9470)
raw | patch | inline | side by side (parent: bbe9470)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Aug 2008 07:09:48 +0000 (07:09 +0000) | ||
committer | cajus <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 | patch | blob | history |
diff --git a/gosa-core/plugins/personal/password/class_password.inc b/gosa-core/plugins/personal/password/class_password.inc
index d4899ec2efe63d9a0af591d9c5b6bfb5355a5ae9..907a707f0d8b65d77371a4fcf9cb7c3ad17f7d92 100644 (file)
$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()){