projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9de9ed8
)
Bug #9234: Remove bad semicolon
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 7 Sep 2010 18:13:24 +0000
(12:13 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 7 Sep 2010 18:13:24 +0000
(12:13 -0600)
jeta/lib/Applet/sshtools.php
patch
|
blob
|
history
diff --git
a/jeta/lib/Applet/sshtools.php
b/jeta/lib/Applet/sshtools.php
index
dadd8d5
..
b2a0cdf
100644
(file)
--- 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) {