Dotclear

Changeset 2498:df5107ab920c


Ignore:
Timestamp:
10/27/13 17:28:55 (12 years ago)
Author:
Dsls
Branch:
2.6
Message:

Avoid comments page display if action has been processed, fixes #1820

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/comments.php

    r2166 r2498  
    138138$comments_actions_page = new dcCommentsActionsPage($core,'comments.php'); 
    139139 
    140 $comments_actions_page->process(); 
     140if ($comments_actions_page->process()) { 
     141     return; 
     142} 
    141143 
    142144/* Get comments 
Note: See TracChangeset for help on using the changeset viewer.

Sites map