aboutsummaryrefslogtreecommitdiff
path: root/model
diff options
context:
space:
mode:
authorMaZderMind2015-11-08 20:36:34 +0100
committerMaZderMind2015-11-08 20:36:34 +0100
commit61c9cf52b0c015951351b47148cdecb47c680bfa (patch)
tree29caf16cbbbd2b7fb408ddecd7e787fc711e77c5 /model
parent25ebd325dbde526d97c25abb2f905b3bb5920e19 (diff)
global streams api
Diffstat (limited to 'model')
-rw-r--r--model/Conferences.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/model/Conferences.php b/model/Conferences.php
index 885c2c8..9396a48 100644
--- a/model/Conferences.php
+++ b/model/Conferences.php
@@ -49,6 +49,8 @@ class Conferences extends ModelBase
'active' => !$conf->isClosed(),
'title' => $conf->getTitle(),
'description' => $conf->getDescription(),
+
+ 'CONFIG' => $GLOBALS['CONFIG'],
];
unset($GLOBALS['CONFIG']);