diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-03-22 16:15:02 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-03-22 16:19:12 +0100 |
commit | 8e72e51b21df393c5dc91380bf234efdf89cec03 (patch) | |
tree | 86a51c9846326c80fd48f6384ce6cdeecbaa90b9 /lib/private/app | |
parent | ffe57a55d973e244fc84573323e3da8512e1ac95 (diff) | |
download | nextcloud-server-8e72e51b21df393c5dc91380bf234efdf89cec03.tar.gz nextcloud-server-8e72e51b21df393c5dc91380bf234efdf89cec03.zip |
Dont double load class
If the class already exists we should not load it twice. Since the composer autoloader is also used in core this could otherwise load a file twice.
This leads to problems otherwise with case insensitive operating systems like OS X. We can get rid of this once all file names in OC follow PSR-4, until then we probably need this check.
Diffstat (limited to 'lib/private/app')
0 files changed, 0 insertions, 0 deletions