From 16f0aa1813f768a2df3db8767ed3fc665c9dc7e1 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 23 Dec 2004 06:58:50 +0000 Subject: [PATCH] Merge unblock fix from REL1_4 --- includes/LogPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/LogPage.php b/includes/LogPage.php index f1fc55a736..9c7d10614c 100644 --- a/includes/LogPage.php +++ b/includes/LogPage.php @@ -140,7 +140,7 @@ class LogPage { function actionText( $type, $action, $titleLink = NULL ) { static $actions = array( 'block/block' => 'blocklogentry', - 'block/unblock' => 'blocklogentry', + 'block/unblock' => 'unblocklogentry', 'protect/protect' => 'protectedarticle', 'protect/unprotect' => 'unprotectedarticle', 'rights/rights' => 'bureaucratlogentry', -- 2.20.1