Skip to content

Commit

Permalink
missing bracket (just for text output, not code)
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
  • Loading branch information
blizzz committed Jun 28, 2019
1 parent 71a9060 commit 91aae60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LDAPUserManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public function createUser($username, $password) {

$ret = ldap_add($connection, $newUserDN, $newUserEntry);

$message = 'Create LDAP user \'{username}\' ({dn}';
$message = 'Create LDAP user \'{username}\' ({dn})';
$level = ILogger::INFO;
if($ret === false) {
$message = 'Unable to create LDAP user \'{username}\' ({dn})';
Expand Down

0 comments on commit 91aae60

Please sign in to comment.