mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
fix: Fatal error: Uncaught ArgumentCountError
This commit is contained in:
parent
31455b6838
commit
9b82ff352d
@ -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…
Reference in New Issue
Block a user