diff --git a/install/froxlor.sql b/install/froxlor.sql index d17bed60..d17e6555 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -539,6 +539,7 @@ CREATE TABLE `panel_tasks` ( PRIMARY KEY (`id`) ) ENGINE=MyISAM CHARSET=utf8 COLLATE=utf8_general_ci; +INSERT INTO `panel_tasks` (`type`) VALUES ('99'); DROP TABLE IF EXISTS `panel_templates`; diff --git a/install/lib/class.FroxlorInstall.php b/install/lib/class.FroxlorInstall.php index 4e44d746..a3742b94 100644 --- a/install/lib/class.FroxlorInstall.php +++ b/install/lib/class.FroxlorInstall.php @@ -284,7 +284,6 @@ class FroxlorInstall { $message = $this->_lng['install']['froxlor_succ_installed']; $link = '../index.php'; $linktext = $this->_lng['click_here_to_login']; - inserttask('99'); } eval("\$navigation .= \"" . $this->_getTemplate("pagebottom") . "\";");