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:
parent
dbf6846653
commit
2f8fb8077a
@ -153,7 +153,7 @@ class Upload extends Model
|
||||
{
|
||||
$parent = $this->plugin ?: $this->module;
|
||||
|
||||
return strtolower($parent ? $parent->getTranslation('title') : '');
|
||||
return strtolower($parent ? $parent->directory : '');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user