fix custom url in vote stack

This commit is contained in:
Tykayn 2022-02-10 09:21:18 +01:00 committed by tykayn
parent 40d0914b47
commit 9414951370
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class VoteController extends EmailsController {
$data = $request->getContent();
$data = json_decode( $data, true );
$poll_custom_url = $data[ 'poll_custom_url' ];
$poll_custom_url = $data[ 'custom_url' ];
/***
* checks before persisting