[Tickets #1195] NEW: Invalid version causes error
bugs at bugs.horde.org
bugs at bugs.horde.org
Wed Jan 19 08:50:15 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1195
-----------------------------------------------------------------------
Ticket | 1195
Created By | rbreiddal at presinet.com
Summary | Invalid version causes error
Queue | Whups
State | Unconfirmed
Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
rbreiddal at presinet.com (2005-01-19 08:50) wrote:
If you edit any version, and enter an incorrect value (for instance, blank)
into the description, and then submit it, it brings up an error in
admin.php:761. It should reload the same form (EditVersionStep2Form). I
think the following change on line 761 of admin.php does the correct thing:
- $form1->renderActive($RENDERER, $vars, 'admin.php', 'post');
+ $form->renderActive($RENDERER, $vars, 'admin.php', 'post');
More information about the bugs
mailing list