Skip to content

Commit

Permalink
Revert exit (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
helios-ag authored May 28, 2023
1 parent b359797 commit a5b91c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Connector/ElFinderConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public function run($queryParameters = null)
if (null === $queryParameters) {
$queryParameters = $_GET;
}
return json_encode($this->execute($queryParameters));
exit(json_encode($this->execute($queryParameters)));
}

public function execute($queryParameters)
Expand Down

0 comments on commit a5b91c5

Please sign in to comment.