From: Antoine Musso Date: Sat, 20 Nov 2004 03:45:38 +0000 (+0000) Subject: specialPageList() : comment about bug 913 X-Git-Tag: 1.5.0alpha1~1302 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=833c472b8dd7cba7a4e2a64e34af0bfd3027808f;p=lhc%2Fweb%2Fwiklou.git specialPageList() : comment about bug 913 --- diff --git a/includes/Skin.php b/includes/Skin.php index 1b667a77a8..fe1e9477d9 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -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');