Changeset 2498:df5107ab920c
- Timestamp:
- 10/27/13 17:28:55 (12 years ago)
- Branch:
- 2.6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comments.php
r2166 r2498 138 138 $comments_actions_page = new dcCommentsActionsPage($core,'comments.php'); 139 139 140 $comments_actions_page->process(); 140 if ($comments_actions_page->process()) { 141 return; 142 } 141 143 142 144 /* Get comments
Note: See TracChangeset
for help on using the changeset viewer.