Add missing \

remotes/origin/ldap_group_count
Lukas Reschke 12 years ago
parent 0b7d9e2668
commit 2c483fdca2
  1. 2
      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();
}

Loading…
Cancel
Save