remove unused exit()

This commit is contained in:
Thomas Müller 2014-04-07 23:02:49 +02:00
parent 3587c88fe9
commit 6d373e97c3
1 changed files with 0 additions and 1 deletions

View File

@ -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))));
}