[Pkg-owncloud-commits] [owncloud] 50/83: Return true when touch succeeds

David Prévot taffit at moszumanska.debian.org
Wed Dec 18 13:05:30 UTC 2013


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

taffit pushed a commit to branch 5.0
in repository owncloud.

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

    Return true when touch succeeds
    
    Backported from c2fc0cb8191d1de80058f6572e8e10f5dbda01b2
---
 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 a01204d..8412002 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;
 		}
 	}
 

-- 
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