API: Adding cascade flag to prop=info&inprop=protection
[lhc/web/wiklou.git] / includes / SpecialBlockme.php
index da2757a..e68f942 100644 (file)
@@ -13,7 +13,7 @@ function wfSpecialBlockme() {
        $ip = wfGetIP();
        
        if( !$wgBlockOpenProxies || $wgRequest->getText( 'ip' ) != md5( $ip . $wgProxyKey ) ) {
-               $wgOut->addWikiText( wfMsg( 'disabled' ) );
+               $wgOut->addWikiText( wfMsg( 'proxyblocker-disabled' ) );
                return;
        }