mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-12 11:16:43 +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
|
|
@ -176,7 +176,7 @@ class EpisodeController extends BaseController
|
|||
}
|
||||
|
||||
$session = Services::session();
|
||||
$session->start();
|
||||
|
||||
if (service('superglobals')->server('HTTP_REFERER') !== null) {
|
||||
$session->set('embed_domain', parse_url(service('superglobals')->server('HTTP_REFERER'), PHP_URL_HOST));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue