Code

Fixed mixed up setter and getter for Base.
[gosa.git] / gosa-core / html / index.php
index d66647ea36dc69bd50cf649ca2c33886786afa69..f247a370e46ff81187efe132c56d2c8d95f6895a 100644 (file)
@@ -90,7 +90,7 @@ function displayLogin()
     $smarty->assign("php_errors", "");
   }
   $smarty->assign("msg_dialogs", msg_dialog::get_dialogs());
-  $smarty->assign("iePngWorkaround", $config->get_cfg_value("iePngWorkaround", FALSE));
+  $smarty->assign("iePngWorkaround", $config->get_cfg_value("iePngWorkaround","false" ) == "true");
   $smarty->display (get_template_path('headers.tpl'));
   $smarty->assign("version",get_gosa_version());
   $smarty->display(get_template_path('login.tpl'));