1
0
mirror of https://framagit.org/tykayn/date-poll-api synced 2023-08-25 08:23:11 +02:00

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

View File

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