Show
Ignore:
Timestamp:
06/29/08 02:36:34 (21 months ago)
Author:
jwage
Message:

fixes #1142

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/lib/Doctrine/Query/Abstract.php

    r4573 r4598  
    10641064 
    10651065                // Trigger preDql*() callback event 
    1066                 $params = array('component`' => $component, 'alias' => $alias); 
     1066                $params = array('component' => $component, 'alias' => $alias); 
    10671067                $event = new Doctrine_Event($record, $callback['const'], $this, $params); 
    10681068