Bug #1355

initalize should be initialize

Added by Sebastian Kurfuerst almost 7 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2008-08-26
Priority:Must have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:MVC
Target version:-
PHP Version: Complexity:
Has patch: Affected Flow version:

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

Revision c657fe0a
Added by Karsten Dambekalns almost 7 years ago

FLOW3: Changed misspelled variable name, fixes #1355.

History

#1 Updated by Karsten Dambekalns almost 7 years ago

  • Status changed from New to Accepted
  • Assigned To set to Karsten Dambekalns

#2 Updated by Karsten Dambekalns almost 7 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Applied in changeset r1158.

#3 Updated by Karsten Dambekalns almost 7 years ago

Sebastian Kurfuerst wrote:

Should I just go ahead and fix this?

You could have... thanks for pointing out.

Also available in: Atom PDF