X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FexportSites.php;h=0c61633efc03787c450dc0d6b21798bf596943eb;hb=5df96c7ff289a1bb0068b114900659348625d672;hp=1c71dc0ed070d748a2083cc7dd2cf8d1f0f4040e;hpb=4e90d55fdc9d31d93e24cf05687eb7d180806f44;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/exportSites.php b/maintenance/exportSites.php index 1c71dc0ed0..0c61633efc 100644 --- a/maintenance/exportSites.php +++ b/maintenance/exportSites.php @@ -34,7 +34,7 @@ class ExportSites extends Maintenance { $handle = fopen( $file, 'w' ); - if ( !$handle ) { + if ( !$handle ) { $this->error( "Failed to open $file for writing.\n", 1 ); } @@ -51,4 +51,4 @@ class ExportSites extends Maintenance { } $maintClass = 'ExportSites'; -require_once( RUN_MAINTENANCE_IF_MAIN ); +require_once RUN_MAINTENANCE_IF_MAIN;