Cosmetic changes (removing blanks)

This commit is contained in:
oxteam 2018-06-29 14:31:09 +02:00
parent 734be96126
commit 06630e0d2d

View file

@ -324,13 +324,14 @@ class Backend extends CI_Controller {
{ {
throw new Exception('You do not have the required privileges for this task!'); throw new Exception('You do not have the required privileges for this task!');
} }
$this->load->library('migration'); $this->load->library('migration');
if ( ! $this->migration->current()) if ( ! $this->migration->current())
{ {
throw new Exception($this->migration->error_string()); throw new Exception($this->migration->error_string());
} }
$view = ['success' => TRUE]; $view = ['success' => TRUE];
} }
catch (Exception $exc) catch (Exception $exc)