summaryrefslogtreecommitdiff
path: root/auth/authentication.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2015-01-04 22:30:17 +0100
committerGuillaume Mazoyer <respawneral@gmail.com>2015-01-04 22:30:17 +0100
commitc4cf5b15eddbd2e5ffabb097ee31372c15091dbb (patch)
tree4366ccca7e1341b03e507befa79366c3e439cdd8 /auth/authentication.php
parent926f4977e4a8a9b6b77a22b4f8e8cd09f10f8114 (diff)
Cosmetic () for print instruction.
Diffstat (limited to 'auth/authentication.php')
-rw-r--r--auth/authentication.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/authentication.php b/auth/authentication.php
index 5fd7f87..81d12e1 100644
--- a/auth/authentication.php
+++ b/auth/authentication.php
@@ -109,7 +109,7 @@ abstract class Authentication {
return new Telnet($config);
default:
- print 'Unknown authentication mecanism "'.$config['auth'].'"."';
+ print('Unknown authentication mecanism "'.$config['auth'].'"."');
return null;
}
}