nextcloud / fulltextsearch_elasticsearch

🔍 Use Elasticsearch to index the content of your Nextcloud
https://apps.nextcloud.com/apps/fulltextsearch_elasticsearch
GNU Affero General Public License v3.0
81 stars 30 forks source link

fix status array on error #216

Closed ArtificialOwl closed 2 years ago

ArtificialOwl commented 2 years ago

it seems that PHP8 does not allow missing entry in returned array when running this code:

[$var1, $var2, $var3] = [$var1 => 1, $var2 => 2];

This PR fix the missing entry

ArtificialOwl commented 2 years ago

/backport to stable24

ArtificialOwl commented 2 years ago

/backport to stable23

ArtificialOwl commented 2 years ago

/backport to stable22