Changeset 2244:4203b7eb3e41
- Timestamp:
- 10/04/13 11:07:55 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comments_actions.php
r2243 r2244 24 24 $args['redir'] = $_REQUEST['redir']; 25 25 } else { 26 $uri = ' posts.php';26 $uri = 'comments.php'; 27 27 $args=array(); 28 28 } … … 30 30 dcPage::check('usage,contentadmin'); 31 31 32 $comments_actions_page = new dcCommentsActionsPage($core, 'comments.php');32 $comments_actions_page = new dcCommentsActionsPage($core,$uri,$args); 33 33 $comments_actions_page->setEnableRedirSelection(false); 34 34
Note: See TracChangeset
for help on using the changeset viewer.