]> source.dussan.org Git - nextcloud-server.git/commit
Make AppManager->checkAppForUser more robust
authorMorris Jobke <hey@morrisjobke.de>
Thu, 10 Dec 2015 13:53:34 +0000 (14:53 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Thu, 10 Dec 2015 13:53:34 +0000 (14:53 +0100)
commitf5e6c7580487ed853f67c0bee556a79a52ceb1ac
treec417a8cd244e1517b695395fa1c3eaab83d0ca68
parentdf15d54db65a692f2ecf9307ae2a9b43c8fe0697
Make AppManager->checkAppForUser more robust

* if the JSON that is stored in the DB is corrupt an error was thrown
* with this change it is properly handled and the app is disabled
lib/private/app/appmanager.php