commit | 119d8a7547e155edaaa53682b9247cd7e80d8c9d | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Wed Jan 08 15:27:53 2014 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Wed Jan 08 15:27:53 2014 +0200 |
tree | cfcaa9dae3b642833d80c06b00805ba2d521c953 | |
parent | cab3e1813f71bddfe8f045772e5cb42e76a4d347 [diff] [blame] |
Optimize get_instance() calls/assignments
diff --git a/system/libraries/Zip.php b/system/libraries/Zip.php index 229b1ec..250ee02 100644 --- a/system/libraries/Zip.php +++ b/system/libraries/Zip.php
@@ -425,8 +425,7 @@ $filename .= '.zip'; } - $CI =& get_instance(); - $CI->load->helper('download'); + get_instance()->load->helper('download'); $get_zip = $this->get_zip(); $zip_content =& $get_zip;