mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
#660 Warning raised with ZendServer (with APC cache enabled) causing the setup to fail
SVN:trunk[2622]
This commit is contained in:
@@ -5148,7 +5148,7 @@ abstract class MetaModel
|
||||
}
|
||||
$aEntries = array();
|
||||
$aCacheUserData = @apc_cache_info('user');
|
||||
if (is_array($aCacheUserData))
|
||||
if (is_array($aCacheUserData) && isset($aCacheUserData['cache_list']))
|
||||
{
|
||||
$sPrefix = 'itop-'.$sEnvironment.'-';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user