typo fix
This commit is contained in:
parent
bbaa0c6012
commit
e3f9952ec3
@ -264,7 +264,7 @@ class Player {
|
|||||||
* @param mixed $data
|
* @param mixed $data
|
||||||
*/
|
*/
|
||||||
public function setCache($cacheName, $data) {
|
public function setCache($cacheName, $data) {
|
||||||
$this->cache[$cacheName] = data;
|
$this->cache[$cacheName] = $data;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user