Skip to content

Commit d790101

Browse files
author
Duckxz
committed
elFinder is the worst piece of software i've had to work with
1 parent 279a485 commit d790101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Connector/ElFinderConnector.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public function run($queryParameters = null)
1111
if (null === $queryParameters) {
1212
$queryParameters = $_GET;
1313
}
14-
exit(json_encode($this->execute($queryParameters)));
14+
return json_encode($this->execute($queryParameters)));
1515
}
1616

1717
public function execute($queryParameters)

0 commit comments

Comments
 (0)