Fix property filter for ApiQueryStashImageInfo::getPropertyNames
authorUmherirrender <umherirrender_de.wp@web.de>
Thu, 9 May 2019 19:36:30 +0000 (21:36 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Tue, 10 Sep 2019 18:14:49 +0000 (18:14 +0000)
commit0e4b7631097508cd7982559569eda464b6ca47d3
treef564c53eff969d75b4e7ec1f05feb458b0193d45
parentbfff8c74ffe8e559299dfc1428ea12fcc69eb904
Fix property filter for ApiQueryStashImageInfo::getPropertyNames

The property filter in ApiQueryStashImageInfo was only applied on calls
from the class itself. The call from UploadBase does not applied the
filter and than after successful upload of a stashed file the attributes
like user or mediatype are shown, but empty and not needed.

Change-Id: I89b2a935bacea81b4c8807d7ee77021377c8635c
includes/api/ApiQueryStashImageInfo.php