diff --git a/h5p.classes.php b/h5p.classes.php index d1c05fa..9482217 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -4362,7 +4362,7 @@ class H5PContentValidator { (object) array( 'type' => 'optgroup', 'label' => $this->h5pF->t('Creative Commons'), - 'options' => [ + 'options' => array( (object) array( 'value' => 'CC BY', 'label' => $this->h5pF->t('Attribution (CC BY)'), @@ -4401,7 +4401,7 @@ class H5PContentValidator { 'value' => 'CC PDM', 'label' => $this->h5pF->t('Public Domain Mark (PDM)') ), - ] + ) ), (object) array( 'value' => 'GNU GPL',