1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-19 21:10:49 +01:00

Fix creazione files

This commit is contained in:
Pek5892 2024-04-19 15:31:32 +02:00
parent dbf6846653
commit 2f8fb8077a

View File

@ -153,7 +153,7 @@ class Upload extends Model
{ {
$parent = $this->plugin ?: $this->module; $parent = $this->plugin ?: $this->module;
return strtolower($parent ? $parent->getTranslation('title') : ''); return strtolower($parent ? $parent->directory : '');
} }
/** /**