summaryrefslogtreecommitdiffstats
path: root/system/libraries/Zip.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-02-29 22:44:00 +0100
committerAndrey Andreev <narf@bofh.bg>2012-02-29 22:44:00 +0100
commit0b5a4867af78838f3c7e2726e469f904e15976f1 (patch)
treec8b26e83bafb8013cffecdc77d53d0043dab7bf9 /system/libraries/Zip.php
parent6c308b7482375baa4982cce26219cecd20bafdc0 (diff)
Minor clean-up
Diffstat (limited to 'system/libraries/Zip.php')
-rw-r--r--system/libraries/Zip.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/system/libraries/Zip.php b/system/libraries/Zip.php
index 174d18a67..f2f5f2e5d 100644
--- a/system/libraries/Zip.php
+++ b/system/libraries/Zip.php
@@ -155,7 +155,7 @@ class CI_Zip {
* Add Data to Zip
*
* Lets you add files to the archive. If the path is included
- * in the filename it will be placed within a directory. Make
+ * in the filename it will be placed within a directory. Make
* sure you use add_dir() first to create the folder.
*
* @param mixed
@@ -314,7 +314,6 @@ class CI_Zip {
}
closedir($fp);
-
return TRUE;
}
@@ -373,7 +372,7 @@ class CI_Zip {
* Download
*
* @param string the file name
- * @return bool
+ * @return void
*/
public function download($filename = 'backup.zip')
{