Fix output of 'All' link in the alphaPager
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 14 Aug 2010 18:02:04 +0000 (14:02 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 14 Aug 2010 18:02:04 +0000 (14:02 -0400)
turba/templates/list/alphaPager.inc

index f96579e..3bb7cfd 100644 (file)
@@ -6,7 +6,7 @@ $currentPage = Horde_String::upper($page);
 if ($currentPage == '*') {
     echo '<strong>(' . _("All") . ')</strong>&nbsp;';
 } else {
-    Horde::applicationUrl($viewurl)->add(array('page' => '*', 'show' => $show))->link() . _("All") . '</a>&nbsp;';
+    echo Horde::applicationUrl($viewurl)->add(array('page' => '*', 'show' => $show))->link() . _("All") . '</a>&nbsp;';
 }
 for ($i = 65; $i < 91; $i++) {
     $a = chr($i);