From 2ef20ad83295fbbb76d2e36197c4af337468ce05 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Wed, 20 Jan 2010 16:04:37 +0000 Subject: [PATCH] removing from overview; set frontend to 'froxlor' so the upgrade finishes correctly --- install/updates/froxlor/upgrade_syscp.inc.php | 1 + templates/admin/index/index.tpl | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/install/updates/froxlor/upgrade_syscp.inc.php b/install/updates/froxlor/upgrade_syscp.inc.php index 62bcb483..ebc15149 100644 --- a/install/updates/froxlor/upgrade_syscp.inc.php +++ b/install/updates/froxlor/upgrade_syscp.inc.php @@ -28,6 +28,7 @@ $db->query($query); $settings['panel']['version'] = $updateto; // add field frontend $db->query("INSERT INTO `" . TABLE_PANEL_SETTINGS . "` (`settinggroup`, `varname`, `value`) VALUES ('system','frontend','froxlor')"); +$settings['panel']['frontend'] = 'froxlor'; /* * this is the main upgrade diff --git a/templates/admin/index/index.tpl b/templates/admin/index/index.tpl index 2f1927d7..fe15abf6 100644 --- a/templates/admin/index/index.tpl +++ b/templates/admin/index/index.tpl @@ -131,7 +131,7 @@ $header {$lng['admin']['installedversion']}: - {$version} ({$dbversion}) + {$version} {$lng['admin']['latestversion']}: @@ -151,4 +151,4 @@ $header

-$footer \ No newline at end of file +$footer