Dotclear

Changeset 1973:0e817a3089f7


Ignore:
Timestamp:
09/20/13 22:35:32 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Unescape & no redir URL, fixes #1679

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/simpleMenu/index.php

    r1777 r1973  
    217217                     
    218218                         // All done successfully, return to menu items list 
    219                          http::redirect($p_url.'&amp;added=1'); 
     219                         http::redirect($p_url.'&added=1'); 
    220220                    } else { 
    221221                         throw new Exception(__('Label and URL of menu item are mandatory.')); 
     
    252252                     
    253253                    // All done successfully, return to menu items list 
    254                     http::redirect($p_url.'&amp;removed=1'); 
     254                    http::redirect($p_url.'&removed=1'); 
    255255               } else { 
    256256                    throw new Exception(__('No menu items selected.')); 
     
    286286 
    287287               // All done successfully, return to menu items list 
    288                http::redirect($p_url.'&amp;updated=1'); 
     288               http::redirect($p_url.'&updated=1'); 
    289289          } 
    290290          catch (Exception $e) { 
     
    323323 
    324324               // All done successfully, return to menu items list 
    325                http::redirect($p_url.'&amp;neworder=1'); 
     325               http::redirect($p_url.'&neworder=1'); 
    326326          }  
    327327          catch (Exception $e) { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map