Bug Report #4256
Kohana documentation uses $_POST instead of Request::post()
| Status: | Closed | Start date: | 09/12/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | - | |||
| Target version: | v3.2.1 | |||
| Resolution: | fixed | Points: | 1 |
Description
There are many places in the Kohana documentation that directly use $_POST instead of Request::post() which should be used instead.
I'll get some pull requests done that fix this up, shall follow up with comments.
Associated revisions
Changed usage of $_POST to Request::post() in guide documentation. Fixes #4256.
History
Updated by Alex Cartwright 8 months ago
https://github.com/kohana/core/pull/159 - Kohana Core guide pull request
Updated by Kiall Mac Innes 5 months ago
- Status changed from New to Closed
- Assignee set to Kiall Mac Innes
- Target version set to v3.2.1
- % Done changed from 0 to 100
- Resolution set to fixed
Fixed in 3.2 and 3.3. Thanks!