mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-16 21:17:45 +02:00
fix: cast actor_id to pass as int to set_interact_as_actor() function
This commit is contained in:
parent
d772685405
commit
56a8e5d7dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue