summaryrefslogtreecommitdiff
path: root/classes/handler/public.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-12 17:20:37 +0300
committerAndrew Dolgov <[email protected]>2021-02-12 17:20:37 +0300
commit71dfc834662eb4172221b3f717b03665472f3657 (patch)
tree52071f4f877988d7b3d81637e20a6124960aff21 /classes/handler/public.php
parent1f2ba932b80f6f978110b4d0a67fad3eeb5781ef (diff)
force _ENABLED_PLUGINS to string when passed to pluginhost
Diffstat (limited to 'classes/handler/public.php')
-rwxr-xr-xclasses/handler/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index 9dbb197f2..fca471122 100755
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -44,7 +44,7 @@ class Handler_Public extends Handler {
$tmppluginhost = new PluginHost();
$tmppluginhost->load(PLUGINS, PluginHost::KIND_ALL);
- $tmppluginhost->load($user_plugins, PluginHost::KIND_USER, $owner_uid);
+ $tmppluginhost->load((string)$user_plugins, PluginHost::KIND_USER, $owner_uid);
//$tmppluginhost->load_data();
$handler = $tmppluginhost->get_feed_handler(