Author: hartym
Date: 2010-02-12 18:52:55 +0100 (Fri, 12 Feb 2010)
New Revision: 27961
Modified:
plugins/sfPropelParanoidBehaviorPlugin/branches/1.0-fixed/config/config.php
Log:
[sfPropelParanoidBehaviorPlugin] fixed mixin call for use with symfony 1.0
propel builders.
Modified:
plugins/sfPropelParanoidBehaviorPlugin/branches/1.0-fixed/config/config.php
===================================================================
--- plugins/sfPropelParanoidBehaviorPlugin/branches/1.0-fixed/config/config.php
2010-02-12 17:51:39 UTC (rev 27960)
+++ plugins/sfPropelParanoidBehaviorPlugin/branches/1.0-fixed/config/config.php
2010-02-12 17:52:55 UTC (rev 27961)
@@ -6,6 +6,7 @@
sfPropelBehavior::registerHooks('paranoid', array(
':delete:pre' => array('sfPropelParanoidBehavior',
'preDelete'),
+ 'Peer:addDoSelectRS' => array('sfPropelParanoidBehavior',
'doSelectRS'),
'Peer:doSelectRS' => array('sfPropelParanoidBehavior',
'doSelectRS'),
'Peer:doSelectJoin' => array('sfPropelParanoidBehavior',
'doSelectRS'),
'Peer:doSelectJoinAll' => array('sfPropelParanoidBehavior',
'doSelectRS'),
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.