HFP-1897 Fix author as default role
parent
00deb02aa7
commit
47be831f49
|
@ -4262,7 +4262,7 @@ class H5PContentValidator {
|
|||
'default' => 'Author',
|
||||
'options' => array(
|
||||
(object) array(
|
||||
'value' => 'Editor',
|
||||
'value' => 'Author',
|
||||
'label' => $this->h5pF->t('Author')
|
||||
),
|
||||
(object) array(
|
||||
|
|
Loading…
Reference in New Issue