* Fix error gitlab server delete.
This commit is contained in:
@@ -234,7 +234,7 @@ class gitlab extends control
|
||||
|
||||
$gitLab = $this->gitlab->getByID($id);
|
||||
$changes = common::createChanges($oldGitLab, $gitLab);
|
||||
$this->action->logHistory($actionID, $changes);
|
||||
$this->loadModel('action')->logHistory($actionID, $changes);
|
||||
echo js::reload('parent');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user