Changeset 819:b0d9737fdceb for inc/core/class.dc.blog.php
- Timestamp:
- 05/14/12 20:37:40 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.blog.php
r817 r819 670 670 { 671 671 # --BEHAVIOR-- coreBlogBeforeGetPosts 672 $params = new ArrayObject($params); 672 673 $this->core->callBehavior('coreBlogBeforeGetPosts',$params); 674 $params = (array)$params; 673 675 674 676 if ($count_only)
Note: See TracChangeset
for help on using the changeset viewer.