diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2016-12-06 08:57:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-06 08:57:36 +0100 |
commit | db6359d1e42ac355fd2715bc78a6d70d177e377a (patch) | |
tree | 2d179ce0a6babfe6b1225aac758eb14622aa6987 /lib | |
parent | 00d1f8b58204a90e42427eefc590276044202822 (diff) | |
parent | a2867c066453ef5d94638566efee5b263f7bf345 (diff) | |
download | nextcloud-server-db6359d1e42ac355fd2715bc78a6d70d177e377a.tar.gz nextcloud-server-db6359d1e42ac355fd2715bc78a6d70d177e377a.zip |
Merge pull request #2513 from nextcloud/fix-htaccess-checks
Properly check the data dir
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/legacy/util.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/private/legacy/util.php b/lib/private/legacy/util.php index eaa82ec8701..55dc5ae7c15 100644 --- a/lib/private/legacy/util.php +++ b/lib/private/legacy/util.php @@ -1169,6 +1169,8 @@ class OC_Util { } fwrite($fp, $testContent); fclose($fp); + + return $testContent; } /** |