Skip to content

Commit

Permalink
processing of depreciations and updating of code to php7.2 minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc committed Jul 3, 2023
1 parent cd611ff commit b1d5bdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Controllers/feedController.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ public function addAction(): void {
$feedDAO = FreshRSS_Factory::createFeedDao();
$url_redirect = [
'c' => 'subscription',
'a' => 'add', 'params' => [],
'a' => 'add',
'params' => [],
];

$limits = FreshRSS_Context::$system_conf->limits;
Expand Down

0 comments on commit b1d5bdc

Please sign in to comment.