diff --git a/core/apps/apps.php b/core/apps/apps.php index 70fa8b06f8..5eeeefa429 100644 --- a/core/apps/apps.php +++ b/core/apps/apps.php @@ -92,8 +92,9 @@ if ($row['uuid'] != "d8704214-75a0-e52f-1336-f0780e29fef8") { $description = $row['description'][$_SESSION['domain']['language']['code']]; - if (strlen($description) == 0) { $row['$description'] = $row['description']['en-us']; } - if (strlen($description) == 0) { $row['$description'] = ' '; } + if (strlen($description) == 0) { $description = $row['description']['en-us']; } + if (strlen($description) == 0) { $description = ' '; } + $row['$description'] = $description; /* $tr_link = (permission_exists('app_edit')) ? "href='apps_edit.php?id=".$row['uuid']."'" : null;