Ticket #759 (closed Bug: wontfix)
Forge checks if anything is set in posted data, not only if form data was send
| Reported by: | ali | Owned by: | Shadowhand |
|---|---|---|---|
| Priority: | major | Milestone: | 2.2 |
| Component: | Modules:Forge | Version: | SVN HEAD |
| Keywords: | forge,validation | Cc: |
Description
Currently Forge module (Forge_Input) in validation checks if there was posted form by checking if anything is set in $_POST/$_GET/... (depend of method) array. It should checks only fields included in inputs list.
Change History
Note: See
TracTickets for help on using
tickets.
