fix typo
This commit is contained in:
parent
f3a9e608db
commit
9036b6db77
|
@ -47,7 +47,7 @@ class Event extends ZM_Object {
|
|||
return ZM_Object::_find_one(get_class(), $parameters, $options);
|
||||
}
|
||||
|
||||
public static function clear_cahce() {
|
||||
public static function clear_cache() {
|
||||
return ZM_Object::_clear_cache(get_class());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue