Ignore:
Timestamp:
11/08/08 14:34:13 (4 years ago)
Author:
KoenMartens
Message:

Item110: replace occurences of TWIKIWEB with SYSTEMWEB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BlackListPlugin/lib/TWiki/Plugins/BlackListPlugin.pm

    r46 r464  
    118118                my $msg = TWiki::Func::getPreferencesValue( "\U$pluginName\E_REGMESSAGE" ) || 
    119119                      "Registration failed, please try again."; 
    120                 $ok = "[[%TWIKIWEB%.TWikiRegistration][OK]]"; 
     120                $ok = "[[%SYSTEMWEB%.TWikiRegistration][OK]]"; 
    121121                my $url = TWiki::Func::getOopsUrl( $web, $topic, "oopsblacklist", $msg, $ok ); 
    122122                print $cgiQuery->redirect( $url ); 
Note: See TracChangeset for help on using the changeset viewer.