This commit is contained in:
Marc Delisle 2014-05-19 07:39:39 -04:00
commit 9b15ce4d27

View File

@ -587,7 +587,7 @@ function PMA_getJsonForChartingDataSwitch(
$memory = $sysinfo->memory();
}
$ret['value'] = $memory[$pName];
$ret['value'] = isset($memory[$pName]) ? $memory[$pName] : 0;
break;
}