Fix creazione files

This commit is contained in:
Pek5892 2024-04-19 15:31:32 +02:00
parent dbf6846653
commit 2f8fb8077a
1 changed files with 1 additions and 1 deletions

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 : '');
}
/**