Skip to content

Commit bb62391

Browse files
authored
Merge pull request #22 from Seb33300/patch-1
2 parents edd2ec8 + 5a7599f commit bb62391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Factory/ConnectorFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function getConnector()
4646
return $this->connectorInstance;
4747
}
4848

49-
$connector = new CKFinder($this->connectorConfig);
49+
$connector = new $this->connectorConfig['connectorClass']($this->connectorConfig);
5050

5151
$connector['authentication'] = $this->authenticationService;
5252

0 commit comments

Comments
 (0)