Skip to content

Commit e88718d

Browse files
author
Mads Nørgaard
committed
Fix function suffix and comment with wrong profile name.
1 parent d9c5124 commit e88718d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

web/profiles/custom/os2forms_forloeb_profile/os2forms_forloeb_profile.install

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* @file
5-
* Install, update and uninstall functions for the os2forms8 installation profile.
5+
* Install, update and uninstall functions for the os2forms_forloeb_profile installation profile.
66
*/
77

88
use Drupal\user\Entity\User;
@@ -30,7 +30,7 @@ function os2forms_forloeb_profile_install() {
3030
*
3131
* Enabled
3232
*/
33-
function os2forms8_install_tasks(&$install_state) {
33+
function os2forms_forloeb_profile_install_tasks(&$install_state) {
3434
$tasks = [
3535
'os2forms8_install_simplesaml_roles' => [
3636
'display_name' => t('Set up SimpleSAML roles mapping'),
@@ -46,7 +46,7 @@ function os2forms8_install_tasks(&$install_state) {
4646
*
4747
* @see os2forms8_install_tasks()
4848
*/
49-
function os2forms8_install_simplesaml_roles() {
49+
function os2forms_forloeb_profile_install_simplesaml_roles() {
5050
$config = \Drupal::service('config.factory')
5151
->getEditable('simplesamlphp_auth.settings');
5252

0 commit comments

Comments
 (0)