mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-23 07:55:14 +00:00
fix: cast actor_id to pass as int to set_interact_as_actor() function
This commit is contained in:
parent
d772685405
commit
56a8e5d7dd
@ -181,7 +181,7 @@ class AuthController extends MythAuthController
|
|||||||
|
|
||||||
helper('auth');
|
helper('auth');
|
||||||
|
|
||||||
set_interact_as_actor($this->request->getPost('actor_id'));
|
set_interact_as_actor((int) $this->request->getPost('actor_id'));
|
||||||
|
|
||||||
return redirect()->back();
|
return redirect()->back();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user