diff options
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.tar.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.tar.inc b/modules/system/system.tar.inc index e8ae2517f..e21bb04e3 100644 --- a/modules/system/system.tar.inc +++ b/modules/system/system.tar.inc @@ -962,7 +962,7 @@ class Archive_Tar } // ----- Calculate the stored filename - $p_filename = $this->_translateWinPath($p_filename, false);; + $p_filename = $this->_translateWinPath($p_filename, false); $v_stored_filename = $p_filename; if (strcmp($p_filename, $p_remove_dir) == 0) { return true; @@ -1025,7 +1025,7 @@ class Archive_Tar } // ----- Calculate the stored filename - $p_filename = $this->_translateWinPath($p_filename, false);; + $p_filename = $this->_translateWinPath($p_filename, false); if (!$this->_writeHeaderBlock($p_filename, strlen($p_string), time(), 384, "", 0, 0)) |