]> source.dussan.org Git - nextcloud-server.git/commit
Cast "isFeatured" to "featured" 2221/head
authorLukas Reschke <lukas@statuscode.ch>
Mon, 21 Nov 2016 20:34:37 +0000 (21:34 +0100)
committerLukas Reschke <lukas@statuscode.ch>
Mon, 21 Nov 2016 20:34:37 +0000 (21:34 +0100)
commite2bfce0d263471014b18f813de93b6fdfdaaff39
tree85f5ea0158d61dd10892305311c1d8d964235526
parent206ef51eac4f65242658733f6899f7fe3fa473b2
Cast "isFeatured" to "featured"

The appstore returns a "isFeatured" in the current API revision. We need to cast this thus.

Fixes the following error log message when opening the tab "Customization":

> Undefined index: featured at /media/psf/stable9/settings/Controller/AppSettingsController.php#233

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
settings/Controller/AppSettingsController.php