fix portal role clear cache
This commit is contained in:
@@ -76,7 +76,7 @@ class Portal extends Record implements
|
||||
|
||||
protected function clearRolesCache()
|
||||
{
|
||||
$this->fileManager->removeInDir('data/cache/application/acl-portal');
|
||||
$this->fileManager->removeInDir('data/cache/application/aclPortal');
|
||||
$this->dataManager->updateCacheTimestamp();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -57,7 +57,7 @@ class PortalRole extends Record implements
|
||||
|
||||
protected function clearRolesCache()
|
||||
{
|
||||
$this->fileManager->removeInDir('data/cache/application/acl-portal');
|
||||
$this->fileManager->removeInDir('data/cache/application/aclPortal');
|
||||
$this->dataManager->updateCacheTimestamp();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -675,7 +675,7 @@ class User extends Record implements
|
||||
|
||||
protected function clearPortalRolesCache()
|
||||
{
|
||||
$this->fileManager->removeInDir('data/cache/application/acl-portal');
|
||||
$this->fileManager->removeInDir('data/cache/application/aclPortal');
|
||||
$this->dataManager->updateCacheTimestamp();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user