We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d790101 commit 0745c9fCopy full SHA for 0745c9f
src/Connector/ElFinderConnector.php
@@ -11,7 +11,7 @@ public function run($queryParameters = null)
11
if (null === $queryParameters) {
12
$queryParameters = $_GET;
13
}
14
- return json_encode($this->execute($queryParameters)));
+ return json_encode($this->execute($queryParameters));
15
16
17
public function execute($queryParameters)
0 commit comments