$owner is not defined here

Fixes https://github.com/owncloud/core/issues/8539
remotes/origin/ldap_group_count
Lukas Reschke 12 years ago
parent b6d76e9985
commit 60f6d82dcd
  1. 2
      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('');
/**

Loading…
Cancel
Save