Issue #3100444 by bnjmnm, Wim Leers, longwave: typo in update.compare.inc results in calling a non-existent resource
parent
04e5bbbc98
commit
5ca2b4e755
|
@ -185,7 +185,7 @@ function update_calculate_project_update_status(&$project_data, $available) {
|
|||
if (isset($available['project_status'])) {
|
||||
switch ($available['project_status']) {
|
||||
case 'insecure':
|
||||
$project_data['status'] = UpdateManagerInterfac::NOT_SECURE;
|
||||
$project_data['status'] = UpdateManagerInterface::NOT_SECURE;
|
||||
if (empty($project_data['extra'])) {
|
||||
$project_data['extra'] = [];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue