X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FdumpTextPass.php;h=7c176071ad803397dd3b81f9b2cfb48563cdbee7;hb=bc2a7ba5df27660543a2948f3729d9cc2bd544c5;hp=72d7d97cbb89be9b10a38a0b4607be9a0d2039be;hpb=8fc67e5592f7cd6a44aa470887688c71c6edca68;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/dumpTextPass.php b/maintenance/dumpTextPass.php index 72d7d97cbb..7c176071ad 100644 --- a/maintenance/dumpTextPass.php +++ b/maintenance/dumpTextPass.php @@ -3,7 +3,7 @@ * Script that postprocesses XML dumps from dumpBackup.php to add page text * * Copyright (C) 2005 Brion Vibber - * http://www.mediawiki.org/ + * https://www.mediawiki.org/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -26,9 +26,8 @@ $originalDir = getcwd(); -require_once( __DIR__ . '/commandLine.inc' ); -require_once( __DIR__ . '/backupTextPass.inc' ); - +require_once __DIR__ . '/commandLine.inc'; +require_once __DIR__ . '/backupTextPass.inc'; $dumper = new TextPassDumper( $argv ); @@ -62,7 +61,5 @@ Options: --spawn Spawn a subprocess for loading text records --help Display this help message ENDS -); + ); } - -