Hermes: fix adding job types form
authorBen Klang <ben@alkaloid.net>
Thu, 10 Jun 2010 16:24:23 +0000 (12:24 -0400)
committerBen Klang <ben@alkaloid.net>
Thu, 10 Jun 2010 16:25:49 +0000 (12:25 -0400)
commita419584b7ff4771240474e64e22f04063ab6e0a4
tree35558ee459de756b515d9b702f464160c6439868
parent4ce5c4db98fe6edebcf1a5811c3d3a87582d9931
Hermes: fix adding job types form

This is a dirty work around to a Horde_Form behavior.
Horde_Variables#exists() only checks on expected variables, while
Horde_Variables#get() returns the value if one was passed.  Since the form
name itself isn't "expected", exists() returns false.  This work around
makes this multi-form page work again.
hermes/admin.php