mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
Fix undefined property
This commit is contained in:
@@ -772,7 +772,7 @@ EOT;
|
|||||||
|
|
||||||
public function get_cache_key($option = null)
|
public function get_cache_key($option = null)
|
||||||
{
|
{
|
||||||
return 'collection_' . $this->coll_id . ($option ? '_' . $option : '');
|
return 'collection_' . $this->get_coll_id() . ($option ? '_' . $option : '');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function get_data_from_cache($option = null)
|
public function get_data_from_cache($option = null)
|
||||||
|
Reference in New Issue
Block a user