projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18622e1
)
fix parse error
author
Chuck Hagenbuch
<chuck@horde.org>
Sat, 1 Aug 2009 02:18:30 +0000
(22:18 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sat, 1 Aug 2009 02:18:30 +0000
(22:18 -0400)
nag/lib/Nag.php
patch
|
blob
|
history
diff --git
a/nag/lib/Nag.php
b/nag/lib/Nag.php
index
8a4142e
..
4764a98
100644
(file)
--- a/
nag/lib/Nag.php
+++ b/
nag/lib/Nag.php
@@
-690,7
+690,7
@@
class Nag
$menu->add($print_link, _("_Print"), 'print.png', $registry->getImageDir('horde'), '_blank', Horde::popupJs($print_link, array('urlencode' => true)) . 'return false;', '__noselection');
}
- return ($returnType == 'object') $menu : $menu->render();
+ return ($returnType == 'object')
?
$menu : $menu->render();
}
function status()