Fix Liste
This commit is contained in:
parent
eb5f81173b
commit
87a742be05
|
@ -34,7 +34,7 @@ switch (filter('op')) {
|
||||||
} else {
|
} else {
|
||||||
$lista = Lista::build($name);
|
$lista = Lista::build($name);
|
||||||
if (Models\Locale::getDefault()->id == Models\Locale::getPredefined()->id) {
|
if (Models\Locale::getDefault()->id == Models\Locale::getPredefined()->id) {
|
||||||
$lista->name = $descrizione;
|
$lista->name = $name;
|
||||||
}
|
}
|
||||||
$id_record = $lista->id;
|
$id_record = $lista->id;
|
||||||
$lista->setTranslation('title', $name);
|
$lista->setTranslation('title', $name);
|
||||||
|
|
Loading…
Reference in New Issue