diff options
Diffstat (limited to 'lib/archive/zip.php')
-rw-r--r-- | lib/archive/zip.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/archive/zip.php b/lib/archive/zip.php index 8e31795ded1..8a866716a79 100644 --- a/lib/archive/zip.php +++ b/lib/archive/zip.php @@ -94,7 +94,7 @@ class OC_Archive_ZIP extends OC_Archive{ return $folderContent; } /** - *get all files in the archive + * get all files in the archive * @return array */ function getFiles() { |