diff --git a/setup/inc/class.setup.php b/setup/inc/class.setup.php index b0fd42ca4205ad922e4ac23890ef775c15bd2b3f..5108cd4306bc840bc38177088cd6b11c938c391b 100644 --- a/setup/inc/class.setup.php +++ b/setup/inc/class.setup.php @@ -314,7 +314,7 @@ class Upgrader extends SetupWizard { if($this->getPendingTasks() || !($patch=$this->getNextPatch())) return false; - if(!$this->load_sql_file($patch, $this->getTablePrefix())) + if(!$this->load_sql_file($patch, $this->getTablePrefix(), true, true)) return false; //TODO: Log the upgrade