projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c38ad90
)
Remove stray semicolon
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 23 Dec 2010 08:38:18 +0000
(
01:38
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 23 Dec 2010 08:38:18 +0000
(
01:38
-0700)
horde/login.php
patch
|
blob
|
history
diff --git
a/horde/login.php
b/horde/login.php
index
b0aa226
..
59efa11
100644
(file)
--- a/
horde/login.php
+++ b/
horde/login.php
@@
-79,7
+79,7
@@
if ($vars->url) {
$url_anchor = $url_in = null;
}
-if (!($logout_reason = $auth->getError())) {
;
+if (!($logout_reason = $auth->getError())) {
$logout_reason = $vars->logout_reason;
}