Rename autonym for 'no' from 'norsk bokmål' to 'norsk'
[lhc/web/wiklou.git] / includes / api / ApiQueryPageProps.php
index b7d90d8..de1df34 100644 (file)
@@ -60,7 +60,6 @@ class ApiQueryPageProps extends ApiQueryBase {
                }
 
                $pageProps = PageProps::getInstance();
-               $props = [];
                $result = $this->getResult();
                if ( $this->params['prop'] ) {
                        $propnames = $this->params['prop'];