From 6e0e8097c86ef9ce019dda736c4e224b939e6e56 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Thu, 27 Mar 2008 13:55:16 +0000 Subject: [PATCH] Oops --- includes/api/ApiQueryInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']); -- 2.20.1