diff options
author | MaZderMind | 2016-10-17 23:10:39 +0200 |
---|---|---|
committer | MaZderMind | 2016-10-17 23:10:39 +0200 |
commit | cfb0b6ce7e10cd29ad96267367720f97a6d23992 (patch) | |
tree | 9eb3668633fa86636b86add9e1da0ba3dc1a5212 /model | |
parent | b00cbc091168df68e166c1bc986646fa39879a17 (diff) |
pass allowopen-parameter from allclosed-view
Diffstat (limited to 'model')
-rw-r--r-- | model/Conferences.php | 2 |
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(), |