X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FimportLogs.php;h=199a7f0c7576a06200fb40e2acaf96147ff3fce5;hb=7b70ea70b1731a825cb7352f3aff955ebb57e349;hp=221e5f9c07ba2b5faff772ac391fbf19b455d3f1;hpb=a26d5a49d755ff4b8039b11d1f26abb5d7bc7e8c;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/importLogs.php b/maintenance/importLogs.php index 221e5f9c07..199a7f0c75 100644 --- a/maintenance/importLogs.php +++ b/maintenance/importLogs.php @@ -1,8 +1,7 @@ getContentWithoutUsingSoManyDamnGlobals(); + $text = $log->fetchContent(); $importer = new LogImporter( $type ); $importer->dummy = true; $importer->importText( $text ); } -?> +