X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=html%2Findex.php;h=90a6a4814c73ff1179d64ffb0b14424f43a4404c;hb=d233ff5c9372959572ec057c769c6c5ed042e169;hp=d218040f29717a76b9d85435271827151242ed65;hpb=be51930cd79f80d0bd75c1156c66c1c396a7b1d5;p=gosa.git diff --git a/html/index.php b/html/index.php index d218040f2..90a6a4814 100644 --- a/html/index.php +++ b/html/index.php @@ -236,7 +236,7 @@ $smarty->assign ("PHPSESSID", session_id()); if (isset($_SESSION['errors'])){ $smarty->assign("errors", $_SESSION['errors']); } -$smarty->assign("php_error", $error_collector); +$smarty->assign("php_error", $error_collector.""); $smarty->display (get_template_path('login.tpl')); // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: