aboutsummaryrefslogtreecommitdiff
path: root/model/Conferences.php
diff options
context:
space:
mode:
Diffstat (limited to 'model/Conferences.php')
-rw-r--r--model/Conferences.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/Conferences.php b/model/Conferences.php
index 5562e1f..461186f 100644
--- a/model/Conferences.php
+++ b/model/Conferences.php
@@ -69,7 +69,7 @@ class Conferences extends ModelBase
$conf = new Conference();
$info = [
'slug' => $mandator,
- 'link' => forceslash($mandator),
+ 'link' => forceslash($mandator).url_params(),
'active' => !$conf->isClosed(),
'title' => $conf->getTitle(),
'description' => $conf->getDescription(),