From: Vitaliy Filippov Date: Mon, 19 Nov 2012 20:28:46 +0000 (+0400) Subject: Fix PHP notice in Category.php X-Git-Tag: 1.31.0-rc.0~21575^2 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=e59f5eb22cc408852bb02bec1422ccfbcfb33f0f;p=lhc%2Fweb%2Fwiklou.git Fix PHP notice in Category.php Change-Id: I52838a1125298da330f60ef1e761130ff0e4faba --- diff --git a/includes/Category.php b/includes/Category.php index 6a5eac7b89..b9c9609c5b 100644 --- a/includes/Category.php +++ b/includes/Category.php @@ -333,7 +333,7 @@ class Category { ), array( 'cl_to' => $this->mName, 'page_id = cl_from' ), __METHOD__, - 'LOCK IN SHARE MODE' + array( 'LOCK IN SHARE MODE' ) ); $ret = $dbw->update( 'category',