Bug #1355
initalize should be initialize
| Status: | Resolved | Start date: | 2008-08-26 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 100% |
|
| Category: | MVC | |||
| Target version: | - | |||
| PHP Version: | Complexity: | |||
| Has patch: | FLOW3 version affected: | |||
| Votes: | 0 |
Description
Hello,
I just tried to work with the F3_FLOW3_MVC_Controller_ActionController and just stumbled about a really hard-to-spot naming error:
in Function callActionMethod:
if ($this->initalizeView) $this->initializeView();
in the if-clause, it should read $this->init*i*alizeView
Of course, the variable name and the variable name comment needs to be changed as well.
Should I just go ahead and fix this?
Greets,
Sebastian
Associated revisions
FLOW3: Changed misspelled variable name, fixes #1355.
History
Updated by Karsten Dambekalns almost 5 years ago
- Status changed from New to Accepted
- Assignee set to Karsten Dambekalns
Updated by Karsten Dambekalns almost 5 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset r1158.
Updated by Karsten Dambekalns almost 5 years ago
Sebastian Kurfuerst wrote:
Should I just go ahead and fix this?
You could have... thanks for pointing out.