mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-12 11:16:43 +02:00
fix: remove exit function from podcast:import command to allow for episodes:compute-downloads to run
- update CI4 to v4.5.7 - update php and js dependencies to latest - reconfigure lint-staged
This commit is contained in:
parent
4b0c0d7531
commit
3359abf3fc
132 changed files with 2426 additions and 2259 deletions
|
|
@ -10,8 +10,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace Modules\Analytics;
|
||||
|
||||
use Config\Services;
|
||||
|
||||
trait AnalyticsTrait
|
||||
{
|
||||
protected function registerPodcastWebpageHit(int $podcastId): void
|
||||
|
|
@ -23,7 +21,7 @@ trait AnalyticsTrait
|
|||
set_user_session_referer();
|
||||
set_user_session_entry_page();
|
||||
|
||||
$session = Services::session();
|
||||
$session = service('session');
|
||||
|
||||
if (! $session->get('denyListIp')) {
|
||||
$db = db_connect();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue