]> git.agnieray.net Git - galette.git/commitdiff
Fix CS
authorJohan Cwiklinski <johan@x-tnd.be>
Mon, 18 Oct 2021 05:31:51 +0000 (07:31 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Mon, 18 Oct 2021 05:31:51 +0000 (07:31 +0200)
galette/lib/Galette/Core/Preferences.php

index 92b633e1f50fc895ef5316bde62fa11deedac029..80e916cfb29db4cd5d3636d27eac2f39585887e7 100644 (file)
@@ -496,7 +496,7 @@ class Preferences
         }
 
         //cleanup fields for demo
-        if (GALETTE_MODE == Galette::MODE_DEMO ) {
+        if (GALETTE_MODE == Galette::MODE_DEMO) {
             unset(
                 $insert_values['pref_admin_login'],
                 $insert_values['pref_admin_pass'],