Dotclear


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/actions/class.dcactioncomments.php

    r2075 r2169  
    4646 
    4747          } 
    48           echo '<p><a class="back" href="'.$this->getRedirection(array(),true).'">'.__('Back to comments list').'</a></p>'; 
     48          echo '<p><a class="back" href="'.$this->getRedirection(true).'">'.__('Back to comments list').'</a></p>'; 
    4949     } 
    5050      
     
    5959                    html::escapeHTML($this->core->blog->name) => '', 
    6060                    __('Comments') => 'comments.php', 
    61                     '<span class="page-title">'.__('Comments actions').'</span>' => '' 
     61                    __('Comments actions') => '' 
    6262               )) 
    6363          ); 
     
    149149           
    150150          $core->blog->updCommentsStatus($co_ids,$status); 
    151           $ap->redirect(array('upd'=>1),true); 
     151          $ap->redirect(true,array('upd'=>1)); 
    152152     } 
    153153 
     
    168168           
    169169          $core->blog->delComments($co_ids); 
    170           $ap->redirect(array('del'=>1), false); 
     170          $ap->redirect(false,array('del'=>1)); 
    171171     } 
    172172} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map