X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FbackupTextPass.inc;h=0ed584c480c4793015214949da064fb1656201b3;hb=f796dbb59df851dca0d71de72d4a136cd716ece7;hp=11a05904def6f586d26c22fd77f379b70a7e8762;hpb=88081365b3604e51922151bb2de3185f6f8b5896;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/backupTextPass.inc b/maintenance/backupTextPass.inc index 11a05904de..0ed584c480 100644 --- a/maintenance/backupTextPass.inc +++ b/maintenance/backupTextPass.inc @@ -699,7 +699,6 @@ class TextPassDumper extends BackupDumper { $this->progress( "Spawning database subprocess: $cmd" ); $this->spawnProc = proc_open( $cmd, $spec, $pipes ); if ( !$this->spawnProc ) { - // shit $this->progress( "Subprocess spawn failed." ); return false;