summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-27 22:07:41 +0300
committerAndrew Dolgov <[email protected]>2023-10-27 22:07:41 +0300
commit5a7c5b8249e880952e011dd4e91726c0409c92de (patch)
treeefff53ca9e2722fb2603a01a14ba814cbda3df42 /classes
parent5920ac814c0a72b8c348650b09597ed8793a54c9 (diff)
parent2af5f7348024d91d866f64202f8290dda5177583 (diff)
Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss
Diffstat (limited to 'classes')
-rw-r--r--classes/Feeds.php2
-rw-r--r--classes/PluginHost.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/classes/Feeds.php b/classes/Feeds.php
index a97ac221f..ac7a58f26 100644
--- a/classes/Feeds.php
+++ b/classes/Feeds.php
@@ -750,7 +750,7 @@ class Feeds extends Handler_Protected {
<h1>Feed Debugger: <?= "$feed_id: " . $this->_get_title($feed_id) ?></h1>
<div class="content">
<form method="post" action="" dojoType="dijit.form.Form">
- <?= \Controls\hidden_tag("op", "feeds") ?>
+ <?= \Controls\hidden_tag("op", "Feeds") ?>
<?= \Controls\hidden_tag("method", "updatedebugger") ?>
<?= \Controls\hidden_tag("csrf_token", $csrf_token) ?>
<?= \Controls\hidden_tag("action", "do_update") ?>
diff --git a/classes/PluginHost.php b/classes/PluginHost.php
index 700e0e8f5..c2d0407d4 100644
--- a/classes/PluginHost.php
+++ b/classes/PluginHost.php
@@ -889,7 +889,7 @@ class PluginHost {
}
/**
- * handled by classes/pluginhandler.php, requires valid session
+ * handled by classes/PluginHandler.php, requires valid session
*
* @param array<int|string, mixed> $params
*/