summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorkatsew <y.katsew@gmail.com>2017-02-20 12:12:30 +0100
committerkatsew <y.katsew@gmail.com>2017-02-20 12:12:30 +0100
commiteca48e3c0290f84ef210a8a497a29180098ff67b (patch)
tree52f81078dc6497b323668cb307f212df5e76b917 /system
parent954a34bf3cd00e0ff3e4875beb32a660c72200f7 (diff)
Change author to dev team
Signed-off-by: katsew <y.katsew@gmail.com>
Diffstat (limited to 'system')
-rw-r--r--system/libraries/Cache/drivers/Cache_apcu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Cache/drivers/Cache_apcu.php b/system/libraries/Cache/drivers/Cache_apcu.php
index a60937339..955539d8e 100644
--- a/system/libraries/Cache/drivers/Cache_apcu.php
+++ b/system/libraries/Cache/drivers/Cache_apcu.php
@@ -43,7 +43,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
* @package CodeIgniter
* @subpackage Libraries
* @category Core
- * @author EllisLab Dev Team
+ * @author CodeIgniter Dev team
* @link
*/
class CI_Cache_apcu extends CI_Driver {