summaryrefslogtreecommitdiffstats
path: root/application/forms/BootmenuEntriesAdd.php
diff options
context:
space:
mode:
authormichael pereira2011-03-10 21:19:06 +0100
committermichael pereira2011-03-10 21:19:06 +0100
commitae7d2ce03b014db0047194199d5962b77f9b1a0a (patch)
tree3a51693955619867e601940cf3c86bf86f11412b /application/forms/BootmenuEntriesAdd.php
parentResourceController korrigiert (diff)
downloadpbs2-ae7d2ce03b014db0047194199d5962b77f9b1a0a.tar.gz
pbs2-ae7d2ce03b014db0047194199d5962b77f9b1a0a.tar.xz
pbs2-ae7d2ce03b014db0047194199d5962b77f9b1a0a.zip
postinit.local angepasst, extrahiert aus der kernelcommandline die configid
Diffstat (limited to 'application/forms/BootmenuEntriesAdd.php')
-rw-r--r--application/forms/BootmenuEntriesAdd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/forms/BootmenuEntriesAdd.php b/application/forms/BootmenuEntriesAdd.php
index 4aea750..6981619 100644
--- a/application/forms/BootmenuEntriesAdd.php
+++ b/application/forms/BootmenuEntriesAdd.php
@@ -59,7 +59,7 @@ class Application_Form_BootmenuEntriesAdd extends Zend_Form
'validators' => array(
array('StringLength', false, array(0, 50)),
),
- 'required' => true,
+ 'required' => false,
'cols' => 50,
'rows' => 5,
'label' => 'KCL:',