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
This commit is contained in:
flyskyko 2012-09-10 10:24:48 +00:00
parent d95707a358
commit c451d17ebc

View file

@ -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;