mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
remove unused exit()
This commit is contained in:
parent
3587c88fe9
commit
6d373e97c3
1 changed files with 0 additions and 1 deletions
|
|
@ -196,7 +196,6 @@ if (strpos($dir, '..') === false) {
|
|||
|
||||
if ($error === false) {
|
||||
OCP\JSON::encodedPrint($result);
|
||||
exit();
|
||||
} else {
|
||||
OCP\JSON::error(array(array('data' => array_merge(array('message' => $error, 'code' => $errorCode), $storageStats))));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue