From: cajus Date: Tue, 12 Aug 2008 07:09:48 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fb709b3887f354a5ca9f71c2f549e2038235c1c7;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12190 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/personal/password/class_password.inc b/gosa-core/plugins/personal/password/class_password.inc index d4899ec2e..907a707f0 100644 --- a/gosa-core/plugins/personal/password/class_password.inc +++ b/gosa-core/plugins/personal/password/class_password.inc @@ -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()){