From: Michael M Slusarz Date: Tue, 7 Sep 2010 18:13:24 +0000 (-0600) Subject: Bug #9234: Remove bad semicolon X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e4726f8693a43ebdce4bd062a49d6ccd99c8a89c;p=horde.git Bug #9234: Remove bad semicolon --- 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) {