Code

Fixed smarty error in setup
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 2 Dec 2010 16:52:55 +0000 (16:52 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 2 Dec 2010 16:52:55 +0000 (16:52 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20512 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/setup/setup_frame.tpl

index 800e2341ea378bb5f17933d211e04a6efb4b38ae..31e7a122ea90700bc16ff2af34ea0ac158f12c2d 100644 (file)
@@ -12,7 +12,7 @@
 
    <div class='plugin-area' style='margin:10px;'>
     <div class='plugin'>
-    {$errors}
+    {if isset($errors)}{$errors}{/if}
     {$header}
     <hr>
     {$contents}