mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 09:38:53 +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
|
// search-and-register-hooks
|
||||||
$GLOBALS['egw']->hooks->register_all_hooks();
|
$GLOBALS['egw']->hooks->register_all_hooks();
|
||||||
|
|
||||||
|
// invalidate categories cache, it's instance wide
|
||||||
|
categories::invalidate_cache();
|
||||||
|
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user