diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2007-07-13 01:07:48 +0200 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2007-07-13 01:07:48 +0200 |
commit | 6afaff2233a39736ff79a24dc3ce9d0972e11e52 (patch) | |
tree | ee6723e8464f8d2340fad89da610a33bdf1553b4 /user_guide/libraries | |
parent | 01864da61dce14397571a0e80774824f346c19fd (diff) |
Diffstat (limited to 'user_guide/libraries')
-rw-r--r-- | user_guide/libraries/zip.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/zip.html b/user_guide/libraries/zip.html index 8b7e6aa8a..f3ce2006d 100644 --- a/user_guide/libraries/zip.html +++ b/user_guide/libraries/zip.html @@ -184,7 +184,7 @@ $this->zip->download('my_backup.zip'); <p>Permits you to compress a folder (and its contents) that already exists somewhere on your server. Supply a file path to the
directory and the zip class will recursively read it and recreate it as a Zip archive. All files contained within the
-supplied path will be encodes, as will any sub-folders contained within it. Example:</p>
+supplied path will be encoded, as will any sub-folders contained within it. Example:</p>
<code>
$path = '/path/to/your/directory/';<br /><br />
|