[Pkg-owncloud-commits] [owncloud] 35/172: $owner is not defined here
David Prévot
taffit at moszumanska.debian.org
Sun May 18 20:09:37 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 60f6d82dcddd4bdc3793fb663bbd1a11cbed4497
Author: Lukas Reschke <lukas at statuscode.ch>
Date: Sun May 11 15:34:54 2014 +0200
$owner is not defined here
Fixes https://github.com/owncloud/core/issues/8539
---
apps/files/triggerupdate.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/files/triggerupdate.php b/apps/files/triggerupdate.php
index a37b982..3f85da9 100644
--- a/apps/files/triggerupdate.php
+++ b/apps/files/triggerupdate.php
@@ -6,7 +6,7 @@ if (OC::$CLI) {
if (count($argv) === 2) {
$file = $argv[1];
list(, $user) = explode('/', $file);
- OCP\JSON::checkUserExists($owner);
+ OCP\JSON::checkUserExists($user);
OC_Util::setupFS($user);
$view = new \OC\Files\View('');
/**
--
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