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