summaryrefslogtreecommitdiff
path: root/maintenance/mwdocgen.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/mwdocgen.php')
-rw-r--r--maintenance/mwdocgen.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/maintenance/mwdocgen.php b/maintenance/mwdocgen.php
index b22dd885..ee0ff017 100644
--- a/maintenance/mwdocgen.php
+++ b/maintenance/mwdocgen.php
@@ -152,15 +152,13 @@ You might want to delete the temporary file:
---------------------------------------------------
TEXT
- );
+ );
if ( $exitcode !== 0 ) {
$this->error( "Something went wrong (exit: $exitcode)\n",
$exitcode );
}
-
}
-
}
$maintClass = 'MWDocGen';