summaryrefslogtreecommitdiff
path: root/classes/pref/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-01-15 08:32:06 +0300
committerAndrew Dolgov <[email protected]>2021-01-15 08:32:06 +0300
commit40f38fc87fe2993dfcc2c2953f0a073096e806e6 (patch)
treed0eafcc3057abd18b7521d4bf044b2855f9e1ed5 /classes/pref/prefs.php
parentf67f0f864bbac9a60912b00b940848e45e96f046 (diff)
pluginhost: load plugin data automatically (also marks load_data method as private)
Diffstat (limited to 'classes/pref/prefs.php')
-rw-r--r--classes/pref/prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php
index bce3c171b..55a15efb8 100644
--- a/classes/pref/prefs.php
+++ b/classes/pref/prefs.php
@@ -911,7 +911,7 @@ class Pref_Prefs extends Handler_Protected {
$tmppluginhost = new PluginHost();
$tmppluginhost->load_all($tmppluginhost::KIND_ALL, $_SESSION["uid"], true);
- $tmppluginhost->load_data(true);
+ //$tmppluginhost->load_data(true);
foreach ($tmppluginhost->get_plugins() as $name => $plugin) {
$about = $plugin->about();