summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwn <[email protected]>2023-10-26 15:28:02 +0000
committerwn <[email protected]>2023-10-26 15:28:02 +0000
commit8ebe85eb59f13348f7123f0f361c804cc0a3be53 (patch)
tree029cb54ae7292ecdc9b707b727967418332ac440
parentc16489c50c6bfb399c2a8dd3ead74cc936164b90 (diff)
parent2a32e0fc4393580bc69713a736f4d67ed8204ee4 (diff)
Merge branch 'psr-4-update' into 'master'
pluginhandler --> PluginHandler for tt-rss PSR-4 conversion See merge request tt-rss/plugins/ttrss-prefs-effective-config!1
-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) => {