mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
Issue #4783 Set SEO title/description limits high. 'cache_clear_all' event added.
This commit is contained in:
@@ -355,7 +355,9 @@ class ecache {
|
||||
function clearAll($type,$mask = null)
|
||||
{
|
||||
$path = null;
|
||||
|
||||
|
||||
e107::getEvent()->trigger('cache_clear_all', ['type'=>$type,'mask'=>$mask]);
|
||||
|
||||
if($type =='content')
|
||||
{
|
||||
$this->clear();
|
||||
|
Reference in New Issue
Block a user