[Pkg-owncloud-commits] [owncloud] 08/199: Add missing \
    David Prévot 
    taffit at moszumanska.debian.org
       
    Sun Jun  1 18:53:02 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 2c483fdca21fc32bf6ef8eaf5835e8e4614acd3a
Author: Lukas Reschke <lukas at statuscode.ch>
Date:   Sun May 4 15:52:25 2014 +0200
    Add missing \
---
 apps/files_sharing/ajax/list.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/files_sharing/ajax/list.php b/apps/files_sharing/ajax/list.php
index 76926d8..c31b3a0 100644
--- a/apps/files_sharing/ajax/list.php
+++ b/apps/files_sharing/ajax/list.php
@@ -48,7 +48,7 @@ $dir = $data['realPath'];
 
 $dir = \OC\Files\Filesystem::normalizePath($dir);
 if (!\OC\Files\Filesystem::is_dir($dir . '/')) {
-	\OC_Response::setStatus(OC_Response::STATUS_NOT_FOUND);
+	\OC_Response::setStatus(\OC_Response::STATUS_NOT_FOUND);
 	\OCP\JSON::error(array('success' => false));
 	exit();
 }
-- 
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