]> source.dussan.org Git - nextcloud-server.git/commit
Add a try catch block
authorLukas Reschke <lukas@owncloud.com>
Thu, 16 Oct 2014 19:45:09 +0000 (21:45 +0200)
committerLukas Reschke <lukas@owncloud.com>
Thu, 16 Oct 2014 20:28:12 +0000 (22:28 +0200)
commitf2dadc71041e1306fc6f7d7aaf0828099f2133ca
treeabe2b5c9336bcbcb52fc1ea4636b0e2882ab641a
parentada93bab0cd0cdb14a66b2ebdecba68c26a1107e
Add a try catch block

This function might also be called before ownCloud is setup which results in a PHP fatal error. We therefore should gracefully catch errors in there.
lib/private/app.php