summaryrefslogtreecommitdiff
path: root/include/functions2.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-03-14 15:06:37 +0400
committerAndrew Dolgov <[email protected]>2014-03-14 15:06:37 +0400
commit84e36b61a380d7d72fe7b78afe41825aa828eff7 (patch)
treea80133c3062850b6baedd4020946628c6b94d259 /include/functions2.php
parent3e8a79be6d49d06c3a11be832123f94e0f212a3e (diff)
make_init_params: add plugins
Diffstat (limited to 'include/functions2.php')
-rw-r--r--include/functions2.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions2.php b/include/functions2.php
index 2cf4af22e..ca58ea6c5 100644
--- a/include/functions2.php
+++ b/include/functions2.php
@@ -18,6 +18,7 @@
$params["bw_limit"] = (int) $_SESSION["bw_limit"];
$params["label_base_index"] = (int) LABEL_BASE_INDEX;
$params["theme"] = get_pref("USER_CSS_THEME", false, false);
+ $params["plugins"] = implode(", ", PluginHost::getInstance()->get_plugin_names());
$params["php_platform"] = PHP_OS;
$params["php_version"] = PHP_VERSION;