From e4726f8693a43ebdce4bd062a49d6ccd99c8a89c Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 7 Sep 2010 12:13:24 -0600 Subject: [PATCH] Bug #9234: Remove bad semicolon --- jeta/lib/Applet/sshtools.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeta/lib/Applet/sshtools.php b/jeta/lib/Applet/sshtools.php index dadd8d5a0..b2a0cdf43 100644 --- a/jeta/lib/Applet/sshtools.php +++ b/jeta/lib/Applet/sshtools.php @@ -76,7 +76,7 @@ class Jeta_Applet_sshtools extends Jeta_Applet public function generateAppletCode() { $params = array( - 'sshapps.connection.userName' => $GLOBALS['registry']->getAuth((empty($GLOBALS['conf']['user']['hordeauth']) || ($GLOBALS['conf']['user']['hordeauth'] === 'full')) ? null : 'bare'); + 'sshapps.connection.userName' => $GLOBALS['registry']->getAuth((empty($GLOBALS['conf']['user']['hordeauth']) || ($GLOBALS['conf']['user']['hordeauth'] === 'full')) ? null : 'bare') ); foreach ($this->_sshtoolsParams as $key => $val) { -- 2.11.0