Skip to content

Commit 82b4e4a

Browse files
committed
Ensured audit log is installed
1 parent 113af95 commit 82b4e4a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

os2forms.install

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,3 +222,12 @@ function _os2form_install_init_area_terms() {
222222
])->save();
223223
}
224224
}
225+
226+
/**
227+
* Implements hook_update_N().
228+
*
229+
* Enable os2web_audit module.
230+
*/
231+
function os2forms_update_103001() {
232+
\Drupal::service('module_installer')->install(['os2web_audit']);
233+
}

0 commit comments

Comments
 (0)