Changeset 2169:0de9a9b024f5 for plugins/tags
- Timestamp:
- 09/30/13 15:40:41 (12 years ago)
- Branch:
- default
- File:
- 
          - 1 edited
 
 - 
          plugins/tags/_admin.php (modified) (3 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        plugins/tags/_admin.phpr2166 r2169 136 136 } 137 137 } 138 $ap->redirect( array('upd' => 1),true);138 $ap->redirect(true,array('upd' => 1)); 139 139 } 140 140 else … … 150 150 array( 151 151 html::escapeHTML($core->blog->name) => '', 152 __('Entries') => $ap->getRedirection( array(),true),152 __('Entries') => $ap->getRedirection(true), 153 153 __('Add tags to this selection') => '' 154 154 )), … … 201 201 } 202 202 } 203 $ap->redirect( array('upd' => 1),true);203 $ap->redirect(true,array('upd' => 1)); 204 204 } 205 205 else 
Note: See TracChangeset
          for help on using the changeset viewer.
      