Skip to content
Snippets Groups Projects
Commit 4a409f85 authored by Peter Rotich's avatar Peter Rotich
Browse files

Enable debug mode during upgrade

parent 153f0a7e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment