From c451d17ebc8e267646d2962dc0f1eea65f2bae83 Mon Sep 17 00:00:00 2001 From: flyskyko Date: Mon, 10 Sep 2012 10:24:48 +0000 Subject: [PATCH] issue 2351, fixed a bug that update core by easyinstall is failed. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11198 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- libs/tar.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/tar.class.php b/libs/tar.class.php index d1fc9e428..23b702724 100644 --- a/libs/tar.class.php +++ b/libs/tar.class.php @@ -162,7 +162,7 @@ class tar { $activeFile["endheader"] = substr($this->tar_file,$main_offset + 500,12); */ - elseif(strtolower($file_type) == 'l' || $file_name == '././@LongLink') + if(strtolower($file_type) == 'l' || $file_name == '././@LongLink') { $flag_longlink = true; $longlink_name = $file_contents;