From 0572afd29a1ef117873935b9ca5e8f1a0676727b Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Wed, 4 Jun 2014 11:07:14 +0200 Subject: Fix some newbie errors. --- auth/ssh.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth') diff --git a/auth/ssh.php b/auth/ssh.php index 55f6e8a..27bcdaf 100644 --- a/auth/ssh.php +++ b/auth/ssh.php @@ -69,7 +69,7 @@ class SSH extends Authentication { throw new Exception('Unknown type of connection for SSH.'); } - if (!success) { + if (!$success) { throw new Exception('SSH authentication failed.'); } } -- cgit v1.2.3