mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Fix deprecation warnings in PHP 8.2
This commit is contained in:
parent
a1bd9cc2bc
commit
581097a9e3
3 changed files with 14 additions and 14 deletions
|
|
@ -66,7 +66,7 @@ class poll_maker extends EditorHandler
|
|||
$poll_data = $oPollModel->_getPollinfo($args->poll_srl);
|
||||
|
||||
Context::set('poll_data', $poll_data);
|
||||
Context::set('colorset', $args->colorset);
|
||||
Context::set('colorset', $args->colorset ?? null);
|
||||
Context::set('poll_srl', $args->poll_srl);
|
||||
Context::set('style', $args->style);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue