From: Niklas Laxström Date: Wed, 14 Sep 2011 10:00:30 +0000 (+0000) Subject: Fix variable name typo in r96847 X-Git-Tag: 1.31.0-rc.0~27679 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;ds=sidebyside;h=a8593d6eb1554dc89a5e2cefd77c1a29a85261e4;p=lhc%2Fweb%2Fwiklou.git Fix variable name typo in r96847 --- 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';