From: Krinkle Date: Sun, 8 Jan 2012 02:49:33 +0000 (+0000) Subject: Fix typo from r108342. X-Git-Tag: 1.31.0-rc.0~25432 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=6c474f0c073f0dfc0159765ff195de3efa4a34cf;p=lhc%2Fweb%2Fwiklou.git Fix typo from r108342. --- diff --git a/includes/Wiki.php b/includes/Wiki.php index 6f043e8797..07e71be46f 100644 --- a/includes/Wiki.php +++ b/includes/Wiki.php @@ -36,7 +36,7 @@ class MediaWiki { /** * @var string */ - private $peformedAction = 'nosuchaction'; + private $performedAction = 'nosuchaction'; public function request( WebRequest $x = null ){ $old = $this->context->getRequest();