This commit is contained in:
Steve Beaver 2017-08-24 14:22:59 -04:00
parent ab5a3fa10e
commit 0b6c886bd6

View File

@ -73,8 +73,8 @@ if ($_REQUEST && $_REQUEST['ajax']) {
});
if (empty($installed_packages)) {
print_info_box(gettext("No packages installed.") . " " . gettext('Packages can be installed <a href="pkg_mgr.php" class="alert-link">here</a>.'), 'warning', false);
exit;
print_info_box(gettext("No packages installed."), 'warning', false);
return;
}
print("<thead>\n");