From 44056515c8a869c7c1eb994da22354614de12eb4 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 12 Aug 2008 13:47:56 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12198 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/password.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ""); -- 2.30.2