#660 Warning raised with ZendServer (with APC cache enabled) causing the setup to fail

SVN:trunk[2622]
This commit is contained in:
Romain Quetiez
2013-03-14 10:12:05 +00:00
parent 3340ca2b10
commit 39b79e2a05

View File

@@ -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.'-';