fix parse error
authorChuck Hagenbuch <chuck@horde.org>
Sat, 1 Aug 2009 02:18:30 +0000 (22:18 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Sat, 1 Aug 2009 02:18:30 +0000 (22:18 -0400)
nag/lib/Nag.php

index 8a4142e..4764a98 100644 (file)
@@ -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()