Bug #9234: Remove bad semicolon
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 7 Sep 2010 18:13:24 +0000 (12:13 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 7 Sep 2010 18:13:24 +0000 (12:13 -0600)
jeta/lib/Applet/sshtools.php

index dadd8d5..b2a0cdf 100644 (file)
@@ -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) {