* Fix error gitlab server delete.

This commit is contained in:
caoyanyi
2022-09-02 13:39:51 +08:00
parent 5fab9113bd
commit 025d84fb5f
+1 -1
View File
@@ -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');
}