* Fix bug #37828.
This commit is contained in:
@@ -30,7 +30,7 @@ class metricModel extends model
|
||||
if(dao::isError()) return false;
|
||||
$metricID = $this->dao->lastInsertID();
|
||||
|
||||
$this->loadModel('action')->create('metric', $metricID, 'opened');
|
||||
$this->loadModel('action')->create('metric', $metricID, 'opened', '', '', $this->app->user->account);
|
||||
|
||||
return $metricID;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user