Changeset 1806:6a0391e85f73 for admin/posts_actions.php
- Timestamp:
- 09/13/13 11:38:14 (12 years ago)
- Branch:
- actionsreloaded
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/posts_actions.php
r1796 r1806 18 18 dcPage::check('usage,contentadmin'); 19 19 20 $posts_actions et = new dcPostsActionSet($core,'posts.php');20 $posts_actions_page = new dcPostsActionsPage($core,'posts.php'); 21 21 22 $posts_actions et->process();22 $posts_actions_page->process(); 23 23 24 24 ?>
Note: See TracChangeset
for help on using the changeset viewer.