mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
`OC_App::getForms` was always returning an empty array, because there were no setter for `adminForms` or `personalForms` anymore. So removed all that legacy settings forms logic. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>