From d8a1d2a25b2247e5a63f5b0ab7f0bd9423a217e5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 27 Dec 2012 16:55:25 +0400 Subject: add experimental key/value storage for plugins --- include/functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/functions.php b/include/functions.php index f6ef7c2b3..b382b4069 100644 --- a/include/functions.php +++ b/include/functions.php @@ -727,7 +727,8 @@ $plugins = get_pref($link, "_ENABLED_PLUGINS", $owner_uid); global $pluginhost; - $pluginhost->load($plugins, $pluginhost::KIND_USER); + $pluginhost->load($plugins, $pluginhost::KIND_USER, $owner_uid); + $pluginhost->load_data(); } } -- cgit v1.2.3