Fast Log add tenant
This commit is contained in:
parent
c705813a9d
commit
8019a3f9a7
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Access {
|
||||||
throw new \Exception("Invalide Typ for Access Log");
|
throw new \Exception("Invalide Typ for Access Log");
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->addAccessLog($image->tenant, null, $image->id, $typ, $file->getSize());
|
$this->addAccessLog($image->tenant, $image->gallery, $image->id, $typ, $file->getSize());
|
||||||
}
|
}
|
||||||
|
|
||||||
public function addById(int $image_id, File $file, string $typ) {
|
public function addById(int $image_id, File $file, string $typ) {
|
||||||
|
|
Loading…
Reference in a new issue