mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
invalidate categories cache after DB restore
This commit is contained in:
parent
d0f097e1ec
commit
dc7259a59c
@ -623,6 +623,9 @@ class db_backup
|
||||
// search-and-register-hooks
|
||||
$GLOBALS['egw']->hooks->register_all_hooks();
|
||||
|
||||
// invalidate categories cache, it's instance wide
|
||||
categories::invalidate_cache();
|
||||
|
||||
return '';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user