projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2217891
)
Fix parse error.
author
Jan Schneider
<jan@horde.org>
Mon, 11 Oct 2010 23:12:24 +0000
(
01:12
+0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 11 Oct 2010 23:12:24 +0000
(
01:12
+0200)
framework/Core/lib/Horde/Core/Prefs/Ui.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde/Core/Prefs/Ui.php
b/framework/Core/lib/Horde/Core/Prefs/Ui.php
index
8060efa
..
50e90ef
100644
(file)
--- a/
framework/Core/lib/Horde/Core/Prefs/Ui.php
+++ b/
framework/Core/lib/Horde/Core/Prefs/Ui.php
@@
-587,7
+587,7
@@
class Horde_Core_Prefs_Ui
$t->set('apps', $tmp);
$t->set('header', htmlspecialchars(($this->app == 'horde') ? _("Global Preferences") : sprintf(_("Preferences for %s"), $registry->get('name', $this->app))));
- if ($GLOBALS['session']['horde:prefs_advanced'])
)
{
+ if ($GLOBALS['session']['horde:prefs_advanced']) {
$t->set('advanced', $this->selfUrl()->add('show_advanced', 1));
} else {
$t->set('basic', $this->selfUrl()->add('show_basic', 1));