Skip to content
Snippets Groups Projects
Commit 984b509c authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #8540 from owncloud/fix-undefined

$owner is not defined here
parents 64999954 60f6d82d
No related branches found
No related tags found
No related merge requests found
......@@ -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('');
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment