mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-02 01:54:40 +02:00
fix: Fatal error: Uncaught ArgumentCountError
This commit is contained in:
parent
31455b6838
commit
9b82ff352d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class ConnectivityAction extends ActionAbstract {
|
||||||
public function execute() {
|
public function execute() {
|
||||||
|
|
||||||
if(!Debug::isEnabled()) {
|
if(!Debug::isEnabled()) {
|
||||||
returnError('This action is only available in debug mode!');
|
returnError('This action is only available in debug mode!', 400);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!isset($this->userData['bridge'])) {
|
if(!isset($this->userData['bridge'])) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue