]> source.dussan.org Git - nextcloud-server.git/commit
Add darwin to if block
authorLukas Reschke <lukas@owncloud.com>
Tue, 14 Oct 2014 10:58:00 +0000 (12:58 +0200)
committerLukas Reschke <lukas@owncloud.com>
Tue, 14 Oct 2014 10:58:00 +0000 (12:58 +0200)
commitbf84cd4bccceaaccd0209cacfbad474bbd448348
tree572a99820f6f090cdab1c0f2720b260434b33c55
parent766314a6be5a24a4bd7d503d9c44998c13fe348b
Add darwin to if block

Otherwise it would fall into the 'win' else block because strpos($os, 'win') does also match 'darwin' what is the `php_uname` for OS X.
lib/private/largefilehelper.php