From 84e36b61a380d7d72fe7b78afe41825aa828eff7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 14 Mar 2014 15:06:37 +0400 Subject: make_init_params: add plugins --- include/functions2.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/functions2.php') 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; -- cgit v1.2.3-54-g00ecf