PHP74 compatibility
This commit is contained in:
@@ -4,5 +4,4 @@
|
||||
*
|
||||
* @author Michal Koutny <michal@fykos.cz>
|
||||
*/
|
||||
|
||||
$conf['position'] = 'bottom';
|
||||
|
||||
@@ -4,7 +4,4 @@
|
||||
*
|
||||
* @author Michal Koutny <michal@fykos.cz>
|
||||
*/
|
||||
|
||||
|
||||
$meta['position'] = array('multichoice', '_choices' => array('top', 'bottom'));
|
||||
|
||||
$meta['position'] = ['multichoice', '_choices' => ['top', 'bottom']];
|
||||
|
||||
Reference in New Issue
Block a user