Changeset 2852:86651202b279 for admin/comments.php
- Timestamp:
- 12/16/14 21:59:13 (11 years ago)
- Branch:
- 2.7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comments.php
r2745 r2852 20 20 $core->blog->delJunkComments(); 21 21 $_SESSION['comments_del_spam'] = true; 22 http::redirect($core->adminurl->get("admin.comments"));22 $core->adminurl->redirect("admin.comments"); 23 23 } catch (Exception $e) { 24 24 $core->error->add($e->getMessage());
Note: See TracChangeset
for help on using the changeset viewer.