- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/actions/class.dcactioncomments.php
r2075 r2169 46 46 47 47 } 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>'; 49 49 } 50 50 … … 59 59 html::escapeHTML($this->core->blog->name) => '', 60 60 __('Comments') => 'comments.php', 61 '<span class="page-title">'.__('Comments actions').'</span>'=> ''61 __('Comments actions') => '' 62 62 )) 63 63 ); … … 149 149 150 150 $core->blog->updCommentsStatus($co_ids,$status); 151 $ap->redirect( array('upd'=>1),true);151 $ap->redirect(true,array('upd'=>1)); 152 152 } 153 153 … … 168 168 169 169 $core->blog->delComments($co_ids); 170 $ap->redirect( array('del'=>1), false);170 $ap->redirect(false,array('del'=>1)); 171 171 } 172 172 }
Note: See TracChangeset
for help on using the changeset viewer.