Skip to content

Commit 0745c9f

Browse files
author
Duckxz
committed
oops
1 parent d790101 commit 0745c9f

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-
return json_encode($this->execute($queryParameters)));
14+
return json_encode($this->execute($queryParameters));
1515
}
1616

1717
public function execute($queryParameters)

0 commit comments

Comments
 (0)