From: Gunnar Wrobel Date: Fri, 3 Apr 2009 19:16:08 +0000 (+0200) Subject: Do not show the form if it has not been build because of an error. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5ce3e4682f9d3280515be28fd4d2a263c4c04ece;p=horde.git Do not show the form if it has not been build because of an error. --- diff --git a/koward/app/views/Object/view.html.php b/koward/app/views/Object/view.html.php index f26176458..c9f219c1a 100644 --- a/koward/app/views/Object/view.html.php +++ b/koward/app/views/Object/view.html.php @@ -1,3 +1,6 @@ renderPartial('header'); ?> renderPartial('menu'); ?> -form->renderInactive(new Horde_Form_Renderer(), $this->vars); ?> \ No newline at end of file +form)) { + echo $this->form->renderInactive(new Horde_Form_Renderer(), $this->vars); +} \ No newline at end of file