From 808d121347338b845714bef90211f8c471a4879b Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sat, 17 Feb 2007 13:40:45 +0000 Subject: [PATCH] Sort log types in Special:Log --- RELEASE-NOTES | 1 + includes/SpecialLog.php | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0e617b0b57..4945753c3c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -194,6 +194,7 @@ lighter making things easier to read. * (bug 8999) User.php gives "undefined user editcount" PHP notice. * (bug 8984) Fix a database error in Special:Recentchangeslinked when using the postgre database. +* Sort log types in Special:Log == Languages updated == diff --git a/includes/SpecialLog.php b/includes/SpecialLog.php index 409ca23bea..8fd8d2c3b9 100644 --- a/includes/SpecialLog.php +++ b/includes/SpecialLog.php @@ -368,11 +368,25 @@ class LogViewer { */ function getTypeMenu() { $out = "'; return $out; } -- 2.20.1