Unverified Commit 9d915262 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(setup) Renamed setupStepConfigBeforeInit to meet standard

issue #6054
Showing with 2 additions and 2 deletions
+2 -2
......@@ -43,7 +43,7 @@ class setup
new setupStepLanguage($this),
new setupStepChecks($this),
new setupStepLdap($this),
new setupStepConfig_before_init($this),
new setupStepConfigBeforeInit($this),
new setupStepMigrate($this),
new setupStepFinish($this),
];
......
......@@ -20,7 +20,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
class setupStepConfig_before_init extends setupStep
class setupStepConfigBeforeInit extends setupStep
{
function update_strings ()
{
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment