From: Janusz Dobrowolski Date: Wed, 21 Oct 2009 12:20:47 +0000 (+0000) Subject: Missing argument in pre_check call. X-Git-Tag: v2.4.2~19^2~1111 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=676c52e955fba6ea4095816a44233404d73f90ce;p=fa-stable.git Missing argument in pre_check call. --- diff --git a/admin/inst_upgrade.php b/admin/inst_upgrade.php index 9ef317eb..ecfc5b89 100644 --- a/admin/inst_upgrade.php +++ b/admin/inst_upgrade.php @@ -98,7 +98,7 @@ function upgrade_step($index, $conn) $state = $inst->installed($pref); if (!$state || $force) { - if (!$inst->pre_check($pref)) return false; + if (!$inst->pre_check($pref, $force)) return false; $sql = $inst->sql; if ($sql != '')