fixes
This commit is contained in:
parent
6f5c1cd9c1
commit
e4e595d37e
1 changed files with 2 additions and 2 deletions
|
|
@ -1894,8 +1894,8 @@ sub www_addEventsToBadge {
|
||||||
foreach(@mainEvents) {
|
foreach(@mainEvents) {
|
||||||
$mainEvent = $_ if isIn($_,@pastEvents);
|
$mainEvent = $_ if isIn($_,@pastEvents);
|
||||||
}
|
}
|
||||||
$self->session->http->setRedirect($self->getUrl."?func=search;cfilter_s0=requirement;cfilter_c0=eq;subSearch=1;cfilter_t0=".$mainEvent);
|
$self->session->scratch->set('currentMainEvent',$mainEvent);
|
||||||
return 1;
|
return $self->www_search();
|
||||||
}
|
}
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue