Ticket #1765 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

Changeset r5279 introduce a fatal error when use templates of doctrine record generator

Reported by: pablodip Owned by: jwage
Priority: major Milestone: 1.0.6
Component: Attributes Version: 1.0-DEV
Severity: Keywords:
Cc: Has Test: no
Status: Pending Core Response Has Patch: yes

Description

For correct it:

Template.php line 72:

public function setInvoker(Doctrine_Record $invoker)

by

public function setInvoker(Doctrine_Record_Abstract $invoker)

Change History

Changed 7 months ago by jwage

  • milestone changed from 1.0.6 to 1.0.5

Changed 7 months ago by jwage

  • status changed from new to closed
  • resolution set to fixed

(In [5312]) [1.0, 1.1] Fixes small issue with Doctrine_Template::setInvoker() (closes #1765)

Changed 7 months ago by jwage

  • milestone changed from 1.0.5 to 1.0.6
Note: See TracTickets for help on using tickets.