diff --git a/install/updates/froxlor/0.10/update_0.10.inc.php b/install/updates/froxlor/0.10/update_0.10.inc.php index ca068346..de6e9609 100644 --- a/install/updates/froxlor/0.10/update_0.10.inc.php +++ b/install/updates/froxlor/0.10/update_0.10.inc.php @@ -533,7 +533,7 @@ if (\Froxlor\Froxlor::isDatabaseVersion('201912100')) { if (\Froxlor\Froxlor::isDatabaseVersion('201912310')) { showUpdateStep("Adding custom phpfpm pool configuration field"); - Database::query("ALTER TABLE `" . TABLE_PANEL_PHPDAEMONS . "` ADD `custom_config` text AFTER `limit_extensions`;"); + Database::query("ALTER TABLE `" . TABLE_PANEL_FPMDAEMONS . "` ADD `custom_config` text AFTER `limit_extensions`;"); lastStepStatus(0); \Froxlor\Froxlor::updateToDbVersion('201912311'); }