Ticket #1765 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.