Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin
This commit is contained in:
commit
9b15ce4d27
@ -587,7 +587,7 @@ function PMA_getJsonForChartingDataSwitch(
|
||||
$memory = $sysinfo->memory();
|
||||
}
|
||||
|
||||
$ret['value'] = $memory[$pName];
|
||||
$ret['value'] = isset($memory[$pName]) ? $memory[$pName] : 0;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user