diff options
-rw-r--r-- | config/systempatches/patches.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/systempatches/patches.inc b/config/systempatches/patches.inc index 78cc35f2..8dd78fd9 100644 --- a/config/systempatches/patches.inc +++ b/config/systempatches/patches.inc @@ -44,7 +44,7 @@ function patch_commit($patch, $action, $test=false) { $patchlevel = '-p' . $patch['patchlevel']; patch_write($patch); $status = mwexec("{$patch_cmd} {$force} {$patchlevel} {$filename} {$check} {$direction} {$whitespace}", false); - //patch_erase($patch); + patch_erase($patch); if ($status == 0) return true; else |