- fixed missing function arg, #297

This commit is contained in:
Exodus4D
2016-08-28 11:36:21 +02:00
parent 0e39f8c2d1
commit bc7ed32188

View File

@@ -209,7 +209,7 @@ class ConnectionModel extends BasicModel{
$this->setDefaultTypeData();
}
return parent::beforeInsertEvent();
return parent::beforeInsertEvent($self, $pkeys);
}
/**