From: Roan Kattouw Date: Thu, 27 Mar 2008 13:55:16 +0000 (+0000) Subject: Oops X-Git-Tag: 1.31.0-rc.0~48782 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=6e0e8097c86ef9ce019dda736c4e224b939e6e56;p=lhc%2Fweb%2Fwiklou.git Oops --- diff --git a/includes/api/ApiQueryInfo.php b/includes/api/ApiQueryInfo.php index 0e6e633c21..05cc6230b6 100644 --- a/includes/api/ApiQueryInfo.php +++ b/includes/api/ApiQueryInfo.php @@ -54,7 +54,7 @@ class ApiQueryInfo extends ApiQueryBase { global $wgUser; $params = $this->extractRequestParams(); - $fld_protection $fld_talkid = $fld_subjectid = false; + $fld_protection = $fld_talkid = $fld_subjectid = false; if(!is_null($params['prop'])) { $prop = array_flip($params['prop']); $fld_protection = isset($prop['protection']);