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/pages/class.actionpage.php

    r2166 r2169  
    2525               array( 
    2626                    html::escapeHTML($this->core->blog->name) => '', 
    27                     __('Pages') => $this->getRedirection(array(),true), 
     27                    __('Pages') => $this->getRedirection(true), 
    2828                    __('Pages actions') => '' 
    2929               )) 
     
    3737               '</script></head><body>'. 
    3838               $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>'; 
    4040 
    4141     } 
     
    8080                
    8181          } 
    82           $ap->redirect(array('reo'=>1),false); 
     82          $ap->redirect(false,array('reo'=>1)); 
    8383     }     
    8484} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map