Skip to content

Commit ba95471

Browse files
author
Mads Nørgaard
committed
Resolve further comments from review.
1 parent e88718d commit ba95471

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/profiles/custom/os2forms_forloeb_profile/os2forms_forloeb_profile.install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function os2forms_forloeb_profile_install() {
3232
*/
3333
function os2forms_forloeb_profile_install_tasks(&$install_state) {
3434
$tasks = [
35-
'os2forms8_install_simplesaml_roles' => [
35+
'os2forms_forloeb_profile_install_simplesaml_roles' => [
3636
'display_name' => t('Set up SimpleSAML roles mapping'),
3737
'type' => 'normal',
3838
]
@@ -44,7 +44,7 @@ function os2forms_forloeb_profile_install_tasks(&$install_state) {
4444
/**
4545
* Callback function to install default profile content.
4646
*
47-
* @see os2forms8_install_tasks()
47+
* @see os2forms_forloeb_profile_install_tasks()
4848
*/
4949
function os2forms_forloeb_profile_install_simplesaml_roles() {
5050
$config = \Drupal::service('config.factory')

0 commit comments

Comments
 (0)