Changeset 5347
- Timestamp:
- 10/02/07 18:40:02 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfSimpleForumPlugin/trunk/lib/model/sfSimpleForumPostPeer.php
r5287 r5347 173 173 public static function doSelectJoinTopicAndForum(Criteria $c, $con = null) 174 174 { 175 sfLogger::getInstance()->info('Getting Posts with topic and forum'); 175 foreach (sfMixer::getCallables('BasesfSimpleForumPostPeer:doSelectJoinAllExcept:doSelectJoinAllExcept') as $callable) 176 { 177 call_user_func($callable, 'BasesfSimpleForumPostPeer', $c, $con); 178 } 179 176 180 $c = clone $c; 177 181