summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwn <[email protected]>2023-10-26 15:26:49 +0000
committerwn <[email protected]>2023-10-26 15:26:49 +0000
commit2a32e0fc4393580bc69713a736f4d67ed8204ee4 (patch)
tree029cb54ae7292ecdc9b707b727967418332ac440
parentc16489c50c6bfb399c2a8dd3ead74cc936164b90 (diff)
pluginhandler --> PluginHandler for tt-rss PSR-4 conversion
-rw-r--r--init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.php b/init.php
index 008fe1c..4ca1f1a 100644
--- a/init.php
+++ b/init.php
@@ -54,7 +54,7 @@ class Prefs_Effective_Config extends Plugin
window.setTimeout(() => {
xhr.json('backend.php', {
- op: 'pluginhandler',
+ op: 'PluginHandler',
plugin: 'prefs_effective_config',
method: 'get_effective_config'
}, (reply) => {