Issue #3100444 by bnjmnm, Wim Leers, longwave: typo in update.compare.inc results in calling a non-existent resource

merge-requests/2419/head
Gábor Hojtsy 2019-12-12 09:24:15 +01:00
parent 04e5bbbc98
commit 5ca2b4e755
1 changed files with 1 additions and 1 deletions

View File

@ -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'] = [];
}