* Preserve entered reason when reporting unconfirmed lock on Special:Lockdb
[lhc/web/wiklou.git] / languages / LanguageSr_el.php
index 395c022..8251573 100644 (file)
@@ -114,7 +114,6 @@ require_once( "LanguageUtf8.php" );
        MAG_LC                   => array( 0, 'LC:', 'LC:' ),
        MAG_UC                   => array( 0, 'UC:', 'UC:' ),
 );
-wfRunHooks( 'AddMagicWordsSr_el', array( &$wgMagicWordsSr_el ) );
 
 if (!$wgCachedMessageArrays) {
        require_once('MessagesSr_el.php');
@@ -158,7 +157,7 @@ class LanguageSr_el extends LanguageUtf8 {
        * Exports $wgMagicWordsSr_el
        * @return array
        */
-       function getMagicWords()  {
+       function &getMagicWords()  {
                global $wgMagicWordsSr_el;
                return $wgMagicWordsSr_el;
        }