mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03: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() {
|
||||
|
||||
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'])) {
|
||||
|
|
Loading…
Add table
Reference in a new issue