Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss

This commit is contained in:
Andrew Dolgov
2023-10-27 22:07:41 +03:00
7 changed files with 7 additions and 7 deletions

View File

@@ -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") ?>

View File

@@ -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
*/