This commit is contained in:
kremsy 2014-05-09 22:06:35 +02:00
parent bbaa0c6012
commit e3f9952ec3

View File

@ -264,7 +264,7 @@ class Player {
* @param mixed $data
*/
public function setCache($cacheName, $data) {
$this->cache[$cacheName] = data;
$this->cache[$cacheName] = $data;
}
/**