Ignore:
Timestamp:
12/09/08 18:16:48 (3 years ago)
Author:
CrawfordCurrie
Message:

Item253: remove TWikiDrawPlugin hack; analyse, rationalise and document usage of redirectto; Item5926: added encodings that were proposed to make chinese work (they don't break anything AFAICT). Deprecate Foswiki::Func::getRegularExpression (the regex array is published)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/Foswiki/UI/Register.pm

    r1127 r1221  
    200200    $session->leaveContext('absolute_urls'); 
    201201 
    202     $session->redirect( $session->getScriptUrl( 1, 'view', $web, $logTopic ) ); 
     202    my $nurl = $session->getScriptUrl( 1, 'view', $web, $logTopic ); 
     203    $session->redirect( $nurl ); 
    203204} 
    204205 
Note: See TracChangeset for help on using the changeset viewer.