diff options
author | Eric Barnes <eric@ericlbarnes.com> | 2012-06-16 19:40:39 +0200 |
---|---|---|
committer | Eric Barnes <eric@ericlbarnes.com> | 2012-06-16 19:40:39 +0200 |
commit | f8480c376c43e2dee02a8240cc7c2f5ff631cae0 (patch) | |
tree | 0e0be33b7e6c885e96a6693e9ac98a807c783afe | |
parent | f51b1fbafcf280d69633a37f4fc87c0ffcef78ad (diff) | |
parent | 95b2f4fa070f34084c78ccc68e67ecca51f40adf (diff) |
Merge pull request #1495 from vkeranov/develop
Really important space fix in Zip.php
-rw-r--r-- | system/libraries/Zip.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Zip.php b/system/libraries/Zip.php index e0dc637ad..5c4c257f8 100644 --- a/system/libraries/Zip.php +++ b/system/libraries/Zip.php @@ -40,7 +40,7 @@ * @author EllisLab Dev Team * @link http://codeigniter.com/user_guide/libraries/zip.html */ -class CI_Zip { +class CI_Zip { /** * Zip data in string form |