mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°7847 - Extensions via interface not recognized
N°7803 - MTP from itophub/designer failing in itop 3.2.0 Fix setup
This commit is contained in:
@@ -290,7 +290,7 @@ class InterfaceDiscovery
|
||||
return self::CACHE_STATIC;
|
||||
}
|
||||
|
||||
if (MetaModel::GetConfig()->Get('developer_mode.interface_cache.enabled')) {
|
||||
if (!is_null(MetaModel::GetConfig()) && MetaModel::GetConfig()->Get('developer_mode.interface_cache.enabled')) {
|
||||
return self::CACHE_DYNAMIC;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user