From: Martin Blumenthal Date: Thu, 4 Jun 2009 15:00:48 +0000 (+0200) Subject: Fix a bug when clicking on a classname at the classview page. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f5e36d20d570a3183e30ba390f1c13fe39739031;p=horde.git Fix a bug when clicking on a classname at the classview page. --- diff --git a/skoli/templates/list/classes.inc b/skoli/templates/list/classes.inc index b3906ec1e..6480e4759 100644 --- a/skoli/templates/list/classes.inc +++ b/skoli/templates/list/classes.inc @@ -25,7 +25,8 @@ $label = sprintf(_("View Entries in \"%s\""), $class['name']); $params = array( 'actionID' => 'search', - 'class' => $class['_id'] + 'class' => $class['_id'], + 'student' => 'all' ); echo Horde::link(Util::addParameter(Horde::applicationUrl('search.php'), $params), $label) . htmlspecialchars($class['name']) . ''; ?>