Dotclear


Ignore:
Timestamp:
09/30/13 15:40:41 (12 years ago)
Author:
Dsls
Branch:
default
Message:

Inverted redirection methods arguments order.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/tags/_admin.php

    r2166 r2169  
    136136                    } 
    137137               } 
    138                $ap->redirect(array('upd' => 1),true); 
     138               $ap->redirect(true,array('upd' => 1)); 
    139139          }  
    140140          else  
     
    150150                         array( 
    151151                              html::escapeHTML($core->blog->name) => '', 
    152                               __('Entries') => $ap->getRedirection(array(),true), 
     152                              __('Entries') => $ap->getRedirection(true), 
    153153                              __('Add tags to this selection') => '' 
    154154                    )), 
     
    201201                    } 
    202202               } 
    203                $ap->redirect(array('upd' => 1),true); 
     203               $ap->redirect(true,array('upd' => 1)); 
    204204          } 
    205205          else 
Note: See TracChangeset for help on using the changeset viewer.

Sites map