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,6 +324,7 @@ 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())