summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Geiger2011-10-13 15:35:32 +0200
committerBjörn Geiger2011-10-13 15:35:32 +0200
commit0e3f01febdac8df7fd6afcc93b3f4cc4bfecb701 (patch)
tree4765becfd70da3c2c1415f5d4a60197b43b0a15c
parentminor (diff)
downloadpbs2-0e3f01febdac8df7fd6afcc93b3f4cc4bfecb701.tar.gz
pbs2-0e3f01febdac8df7fd6afcc93b3f4cc4bfecb701.tar.xz
pbs2-0e3f01febdac8df7fd6afcc93b3f4cc4bfecb701.zip
minor
-rwxr-xr-xapplication/modules/user/forms/Client.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/forms/Client.php b/application/modules/user/forms/Client.php
index 2a2191b..027ef80 100755
--- a/application/modules/user/forms/Client.php
+++ b/application/modules/user/forms/Client.php
@@ -63,7 +63,7 @@ class user_Form_Client extends Zend_Form
'validators' => array(
array('StringLength', false, array(32, 32)),
),
- 'required' => true,
+ 'required' => false,
'label' => 'Ip6Address:',
));