Skip to content
Snippets Groups Projects
Commit cfc06642 authored by Justus Dieckmann's avatar Justus Dieckmann Committed by Tobias Reischmann
Browse files

Include subplugins settings.php

parent 1593c267
No related branches found
No related tags found
No related merge requests found
...@@ -54,4 +54,11 @@ if ($hassiteconfig) { ...@@ -54,4 +54,11 @@ if ($hassiteconfig) {
} }
} }
} }
$steps = core_component::get_plugin_list('lifecyclestep');
foreach ($steps as $step => $path) {
if (file_exists($settingsfile = $path . '/settings.php')) {
include($settingsfile);
}
}
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment