From 833c472b8dd7cba7a4e2a64e34af0bfd3027808f Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sat, 20 Nov 2004 03:45:38 +0000 Subject: [PATCH] specialPageList() : comment about bug 913 --- includes/Skin.php | 4 ++++ 1 file changed, 4 insertions(+) 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'); -- 2.20.1