diff options
Diffstat (limited to 'maintenance/includes/TextPassDumper.php')
-rw-r--r-- | maintenance/includes/TextPassDumper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/includes/TextPassDumper.php b/maintenance/includes/TextPassDumper.php index 0f23f8d1b1bc..8483c423b1bc 100644 --- a/maintenance/includes/TextPassDumper.php +++ b/maintenance/includes/TextPassDumper.php @@ -808,7 +808,7 @@ TEXT } $this->spawnErr = false; if ( $this->spawnProc ) { - pclose( $this->spawnProc ); + proc_close( $this->spawnProc ); } $this->spawnProc = false; AtEase::restoreWarnings(); |