Somehow I broke automatic localization of special page titles.
authorDan
Wed, 06 Jan 2010 02:19:58 -0500
changeset 1209 944d2fe1fb1e
parent 1208 438f36013432
child 1210 ad49fa34ff3c
Somehow I broke automatic localization of special page titles.
includes/namespaces/special.php
--- a/includes/namespaces/special.php	Wed Jan 06 02:03:20 2010 -0500
+++ b/includes/namespaces/special.php	Wed Jan 06 02:19:58 2010 -0500
@@ -47,7 +47,7 @@
     }
     
     $this->cdata = array(
-        'name' => $page_name,
+        'name' => $lang->get($page_name),
         'urlname' => $this->page_id,
         'namespace' => $this->namespace,
         'special' => 0,