Changeset 2169:0de9a9b024f5 for plugins/pages/class.actionpage.php
- Timestamp:
- 09/30/13 15:40:41 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/class.actionpage.php
r2166 r2169 25 25 array( 26 26 html::escapeHTML($this->core->blog->name) => '', 27 __('Pages') => $this->getRedirection( array(),true),27 __('Pages') => $this->getRedirection(true), 28 28 __('Pages actions') => '' 29 29 )) … … 37 37 '</script></head><body>'. 38 38 $breadcrumb; 39 echo '<p><a class="back" href="'.$this->getRedirection( array(),true).'">'.__('Back to pages list').'</a></p>';39 echo '<p><a class="back" href="'.$this->getRedirection(true).'">'.__('Back to pages list').'</a></p>'; 40 40 41 41 } … … 80 80 81 81 } 82 $ap->redirect( array('reo'=>1),false);82 $ap->redirect(false,array('reo'=>1)); 83 83 } 84 84 }
Note: See TracChangeset
for help on using the changeset viewer.