Fix syntax error
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Tue, 17 Feb 2009 18:07:39 +0000 (18:07 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Tue, 17 Feb 2009 18:07:39 +0000 (18:07 +0000)
languages/messages/MessagesPl.php

index 13fa8f7..8759cda 100644 (file)
@@ -164,7 +164,7 @@ $specialPageAliases = array(
        'Tags'                      => array( 'Znaczniki' ),
 );
 
-$m$magicWords = array(
+$magicWords = array(
        'redirect'              => array( '0', '#TAM', '#PRZEKIERUJ', '#REDIRECT' ),
        'notoc'                 => array( '0', '__BEZSPISU__', '__NOTOC__' ),
        'nogallery'             => array( '0', '__BEZGALERII__', '__NOGALLERY__' ),