Bug #5589
InitalizeActions typo in FLOW3 Manual
Status:
Resolved
Priority:
Should have
Assignee:
Category:
- Documentation -
Target version:
Start date:
2009-11-30
Due date:
% Done:
100%
Estimated time:
PHP Version:
Has patch:
Complexity:
Description
The FLOW3 manual mentions the "initializedAction()" init method on action controllers, while the API docs contain "initializeAction()" (no 'd' in the latter).
The typo is here:
http://flow3.typo3.org/documentation/manuals/flow3/flow3.mvcframework/#d0e2242 -- search for "initializedAction"
I believe it should be "initializeAction" as per:
http://flow3.typo3.org/fileadmin/API/FLOW3/F3/FLOW3/MVC/Controller/class-ActionController.html
Updated by Karsten Dambekalns about 11 years ago
- Status changed from New to Accepted
- Assignee set to Karsten Dambekalns
- Target version set to 1.0 alpha 7
Updated by Karsten Dambekalns about 11 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset r3530.