Skip to content
Unverified Commit cfa694ea authored by michaelletzgus's avatar michaelletzgus Committed by GitHub
Browse files

Fix undefined index problem

Nextcloud 13RC4, error in logfile, triggered by "occ config:list":

Invalid argument supplied for foreach() at lib/private/AppConfig.php#297
PHP	Undefined index: workflowengine at lib/private/AppConfig.php#297

Fix: Check if index exists in array before using it.
parent 58b568fd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment