X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryPageProps.php;h=de1df347701360d034f65f9046d867be60d91114;hb=92d93c5d6dc6845600bd78ad668cfd9bbb1ac009;hp=b7d90d87c71e0787df38a90a6ba587d61d4f8c7d;hpb=d42754e47722436ef52218f21a8e544a05ee9ad7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryPageProps.php b/includes/api/ApiQueryPageProps.php index b7d90d87c7..de1df34770 100644 --- a/includes/api/ApiQueryPageProps.php +++ b/includes/api/ApiQueryPageProps.php @@ -60,7 +60,6 @@ class ApiQueryPageProps extends ApiQueryBase { } $pageProps = PageProps::getInstance(); - $props = []; $result = $this->getResult(); if ( $this->params['prop'] ) { $propnames = $this->params['prop'];