1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-16 19:40:44 +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;
return strtolower($parent ? $parent->getTranslation('title') : '');
return strtolower($parent ? $parent->directory : '');
}
/**