HFP-1897 Fix author as default role

pull/52/head
Oliver Tacke 2018-05-29 17:00:56 +02:00
parent 00deb02aa7
commit 47be831f49
1 changed files with 1 additions and 1 deletions

View File

@ -4262,7 +4262,7 @@ class H5PContentValidator {
'default' => 'Author', 'default' => 'Author',
'options' => array( 'options' => array(
(object) array( (object) array(
'value' => 'Editor', 'value' => 'Author',
'label' => $this->h5pF->t('Author') 'label' => $this->h5pF->t('Author')
), ),
(object) array( (object) array(