Capitalization fix in memcached setting
[lhc/web/wiklou.git] / includes / Skin.php
index 1b667a7..fe1e947 100644 (file)
@@ -899,6 +899,10 @@ class Skin {
                return $s;
        }
 
+       /**
+        * show a drop-down box of special pages
+        * @TODO crash bug913. Need to be rewrote completly.
+        */
        function specialPagesList() {
                global $wgUser, $wgOut, $wgContLang, $wgServer, $wgRedirectScript;
                require_once('SpecialPage.php');