Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2013-11-26 15:47:00 +0400
committerVincent Petry <pvince81@owncloud.com>2013-12-02 15:20:35 +0400
commita385e86e5822a3147c4dbf6fb30432ab91004b9f (patch)
treea4d282438b591a4c08f8d5690976e6aeec38f6a1 /apps
parent7c623053dc82f4136eeeb8992236895d34b2ff0e (diff)
Return true when touch succeeds
Backported from c2fc0cb8191d1de80058f6572e8e10f5dbda01b2
Diffstat (limited to 'apps')
-rw-r--r--apps/files_external/lib/streamwrapper.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_external/lib/streamwrapper.php b/apps/files_external/lib/streamwrapper.php
index a01204d45fb..8412002b14d 100644
--- a/apps/files_external/lib/streamwrapper.php
+++ b/apps/files_external/lib/streamwrapper.php
@@ -85,6 +85,7 @@ abstract class StreamWrapper extends Common {
}
} else {
$this->file_put_contents($path, '');
+ return true;
}
}