Summary | Invalid version causes error |
Queue | Whups |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | rbreiddal (at) presinet (dot) com |
Created | 01/19/2005 (7512 days ago) |
Due | |
Updated | 01/19/2005 (7512 days ago) |
Assigned | |
Resolved | 01/19/2005 (7512 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
full error message just in case. I fixed a few other instances of the
same variable name problem while I was at it.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Invalid version causes error
Queue ⇒ Whups
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');