[Pkg-owncloud-commits] [owncloud] 148/239: Return true when touch succeeds

David Prévot taffit at moszumanska.debian.org
Fri Nov 29 01:32:31 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit e102eec89a51af807c1802fb8e382b68e999ebe8
Author: Vincent Petry <pvince81 at owncloud.com>
Date:   Tue Nov 26 12:47:00 2013 +0100

    Return true when touch succeeds
---
 apps/files_external/lib/streamwrapper.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/files_external/lib/streamwrapper.php b/apps/files_external/lib/streamwrapper.php
index 23c5f91..aa42cbd 100644
--- a/apps/files_external/lib/streamwrapper.php
+++ b/apps/files_external/lib/streamwrapper.php
@@ -68,6 +68,7 @@ abstract class StreamWrapper extends Common {
 			}
 		} else {
 			$this->file_put_contents($path, '');
+			return true;
 		}
 	}
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list