Ticket #56 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

TaskHandler passing incorrect param to ProjectConfigurator->configureId()

Reported by: scott.pascoe@gmail.com Assigned to: hans
Priority: minor Milestone: 2.3.0
Component: Version: 2.2.0
Keywords: Cc:

Description (Last modified by hans)

In classes/phing/parser/TaskHanlder.php,

Line 152:

 $configurator->configureId($task, $attrs);

Should be

 $configurator->configureId($this->task, $attrs);

Thanks, Scott

Attachments

Change History

02/02/07 19:37:29 changed by hans

  • status changed from new to assigned.
  • description changed.
  • summary changed from TaskHandler passes a by-reference parameter as a by-value parameter to TaskHandler passing incorrect param to ProjectConfigurator->configureId().
  • version changed from 2.2.0RC3 to 2.2.0.
  • milestone set to 2.2.1.
  • owner set to hans.

I'm updating this ticket to reflect the actual problem with the code -- which doesn't have to do with passing by ref/by val (since these are objects), but it is passing the wrong param to ProjectConfigurator->configureId()!

Thanks for pointing this out.

02/02/07 19:38:50 changed by hans

  • status changed from assigned to closed.
  • resolution set to fixed.

Should be fixed in [134].

11/03/07 14:24:02 changed by hans

  • milestone changed from 2.2.1 to 2.3.0.

Milestone 2.2.1 deleted


Add/Change #56 (TaskHandler passing incorrect param to ProjectConfigurator->configureId())




Action