Changeset 3134:95c191363892
- Timestamp:
- 10/27/15 11:25:08 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.blog.php
r3132 r3134 1009 1009 $this->core->callBehavior('coreBlogGetPosts',$rs); 1010 1010 1011 # --BEHAVIOR-- coreBlogAfterGetPosts 1012 $alt = new arrayObject(array('rs' => null,'params' => $params,'count_only' => $count_only)); 1013 $this->core->callBehavior('coreBlogAfterGetPosts',$rs,$alt); 1014 if ($alt['rs'] instanceof record) { 1015 $rs = $alt['rs']; 1016 } 1017 1011 1018 return $rs; 1012 1019 }
Note: See TracChangeset
for help on using the changeset viewer.