summaryrefslogtreecommitdiffstats
path: root/web/lib/Archive/Tar.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/lib/Archive/Tar.php')
-rw-r--r--web/lib/Archive/Tar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/Archive/Tar.php b/web/lib/Archive/Tar.php
index 9249a06..32a2ccc 100644
--- a/web/lib/Archive/Tar.php
+++ b/web/lib/Archive/Tar.php
@@ -1566,7 +1566,7 @@ class Archive_Tar extends PEAR
while (strlen($v_binary_data = $this->_readBlock()) != 0)
{
- $v_extract_file = FALSE;
+ $v_extract_file = false;
$v_extraction_stopped = 0;
if (!$this->_readHeader($v_binary_data, $v_header))