mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 18:56:42 +02:00
fix(fediverse): do not cache remote action form + fix typo on post routes for passing post uuid
+ remove unnecessary session->start() directive
This commit is contained in:
parent
3189f12206
commit
4ecb42f7c8
8 changed files with 20 additions and 39 deletions
|
|
@ -24,7 +24,6 @@ trait AnalyticsTrait
|
|||
set_user_session_entry_page();
|
||||
|
||||
$session = Services::session();
|
||||
$session->start();
|
||||
|
||||
if (! $session->get('denyListIp')) {
|
||||
$db = db_connect();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue