mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Add sessions patch
This commit is contained in:
@@ -262,6 +262,7 @@ abstract class base implements cache_cacheableInterface
|
||||
$stmt->closeCursor();
|
||||
|
||||
$ORMTables = array(
|
||||
'AuthFailures',
|
||||
'BasketElements',
|
||||
'Baskets',
|
||||
'StoryWZ',
|
||||
@@ -275,6 +276,9 @@ abstract class base implements cache_cacheableInterface
|
||||
'LazaretChecks',
|
||||
'LazaretFiles',
|
||||
'LazaretSessions',
|
||||
'SessionModules',
|
||||
'Sessions',
|
||||
'UsrAuthProviders',
|
||||
);
|
||||
|
||||
foreach ($rs as $row) {
|
||||
|
Reference in New Issue
Block a user