Cosmetic changes (removing blanks)
This commit is contained in:
parent
734be96126
commit
06630e0d2d
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue