1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-30 21:30:14 +02:00

refactor: action (#2836)

This commit is contained in:
Dag
2022-06-22 18:30:37 +02:00
committed by GitHub
parent fad0dbb6ef
commit ee80f4918e
9 changed files with 18 additions and 51 deletions

View File

@@ -19,7 +19,7 @@ try {
if(array_key_exists('action', $params)) {
$action = $actionFac->create($params['action']);
$action->setUserData($params);
$action->userData = $params;
$action->execute();
} else {
$showInactive = filter_input(INPUT_GET, 'show_inactive', FILTER_VALIDATE_BOOLEAN);