Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss
This commit is contained in:
@@ -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") ?>
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user