From c4cf5b15eddbd2e5ffabb097ee31372c15091dbb Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Sun, 4 Jan 2015 22:30:17 +0100 Subject: Cosmetic () for print instruction. --- auth/authentication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth') 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; } } -- cgit v1.2.3