projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36ec545
)
Missing argument in pre_check call.
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Wed, 21 Oct 2009 12:20:47 +0000
(12:20 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Wed, 21 Oct 2009 12:20:47 +0000
(12:20 +0000)
admin/inst_upgrade.php
patch
|
blob
|
history
diff --git
a/admin/inst_upgrade.php
b/admin/inst_upgrade.php
index 9ef317ebebb0ae5a8b548a63a93c880c3174b2fd..ecfc5b899d821e2cbaa513d75fd31dac47f3dab2 100644
(file)
--- 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 != '')