summaryrefslogtreecommitdiffstats
path: root/lib/archive
diff options
context:
space:
mode:
Diffstat (limited to 'lib/archive')
-rw-r--r--lib/archive/tar.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/archive/tar.php b/lib/archive/tar.php
index 9aaa6d12796..7a47802bc34 100644
--- a/lib/archive/tar.php
+++ b/lib/archive/tar.php
@@ -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;
}
}