From a8593d6eb1554dc89a5e2cefd77c1a29a85261e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 14 Sep 2011 10:00:30 +0000 Subject: [PATCH] Fix variable name typo in r96847 --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Title.php b/includes/Title.php index 5ec985c8f1..796a8b5143 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -3334,7 +3334,7 @@ class Title { if ( $nt->exists() ) { $moveOverRedirect = true; - $logtype = 'move_redir'; + $logType = 'move_redir'; } else { $moveOverRedirect = false; $logType = 'move'; -- 2.20.1