From 02efcccdbf20686fd8e27cf94bdc9b462417aa6e Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 21 Nov 2006 09:37:36 +0000 Subject: [PATCH] Fixed recently committed error. --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index 726bba06df..abae3dd3bb 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1352,7 +1352,7 @@ class Article { $this->mTitle->invalidateCache(); } - if( !$wgDBransactions ) { + if( !$wgDBtransactions ) { ignore_user_abort( $userAbort ); } -- 2.20.1