From e3f9952ec3842403349dd7f030afadf9fd54b6b2 Mon Sep 17 00:00:00 2001 From: kremsy Date: Fri, 9 May 2014 22:06:35 +0200 Subject: [PATCH] typo fix --- application/core/Players/Player.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/core/Players/Player.php b/application/core/Players/Player.php index 385f9755..0b14435b 100644 --- a/application/core/Players/Player.php +++ b/application/core/Players/Player.php @@ -264,7 +264,7 @@ class Player { * @param mixed $data */ public function setCache($cacheName, $data) { - $this->cache[$cacheName] = data; + $this->cache[$cacheName] = $data; } /**