From: cajus Date: Tue, 12 Aug 2008 13:47:56 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=44056515c8a869c7c1eb994da22354614de12eb4;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12198 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/password.php b/gosa-core/html/password.php index a8b5b5db9..6ea6743b1 100644 --- a/gosa-core/html/password.php +++ b/gosa-core/html/password.php @@ -276,7 +276,7 @@ $smarty->assign ('uid', $uid); $smarty->assign ('password_img', get_template_path('images/password.png')); /* Displasy SSL mode warning? */ -if ($ssl != "" && $conifg->get_cfg_value("warnssl") == 'true'){ +if ($ssl != "" && $config->get_cfg_value("warnssl") == 'true'){ $smarty->assign ("ssl", ""._("Warning").": "._("Session will not be encrypted.")." "._("Enter SSL session")."!"); } else { $smarty->assign ("ssl", "");