mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
really fix checkstyle on archive tar
This commit is contained in:
parent
b5f11195af
commit
ee6d96b7a8
1 changed files with 2 additions and 1 deletions
|
|
@ -130,7 +130,8 @@ class OC_Archive_TAR extends OC_Archive{
|
|||
if( $file == $header['filename']
|
||||
or $file.'/' == $header['filename']
|
||||
or '/'.$file.'/' == $header['filename']
|
||||
or '/'.$file == $header['filename']) {
|
||||
or '/'.$file == $header['filename'])
|
||||
{
|
||||
return $header;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue