Changeset 3403:c37bc032a343 for admin/comments_actions.php
- Timestamp:
- 11/11/16 08:08:04 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comments_actions.php
r2720 r3403 16 16 require dirname(__FILE__).'/../inc/admin/prepend.php'; 17 17 18 dcPage::check('usage,contentadmin'); 19 18 20 if (isset($_REQUEST['redir'])) { 19 21 $u = explode('?',$_REQUEST['redir']); … … 28 30 } 29 31 30 dcPage::check('usage,contentadmin');31 32 32 $comments_actions_page = new dcCommentsActionsPage($core,$uri,$args); 33 33 $comments_actions_page->setEnableRedirSelection(false); 34 35 34 $comments_actions_page->process();
Note: See TracChangeset
for help on using the changeset viewer.