]> git.p6c8.net - jirafeau_mojo42.git/commitdiff
[BUGFIX] remove auto-generated FIX ME in config.local.php file
authorJerome Jutteau <jerome@jutteau.fr>
Thu, 19 Nov 2020 21:18:43 +0000 (22:18 +0100)
committerJerome Jutteau <jerome@jutteau.fr>
Thu, 19 Nov 2020 21:18:43 +0000 (22:18 +0100)
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
install.php

index b729be5913efa3a98ba50dc2ae1b9abb06ec79f0..8d5f6fb81fd2a65e7d75fdf4e6c68d2fdb34d41f 100644 (file)
@@ -38,9 +38,9 @@ function jirafeau_quoted($str)
 function jirafeau_export_cfg($cfg)
 {
     $content = '<?php' . NL;
-    $content .= '/* ' . t('This file was generated by the install process. ' .
+    $content .= '/* This file was generated by the install process. ' .
                'You can edit it. Please see config.original.php to understand the ' .
-               'configuration items.') . ' */' . NL;
+               'configuration items. */' . NL;
     $content .= '$cfg = ' . var_export($cfg, true) . ';';
 
     $fileWrite = file_put_contents(JIRAFEAU_CFG, $content);

patrick-canterino.de