parent
010dbbd87d
commit
5596df5039
|
@ -108,7 +108,7 @@ class DataController extends ActionController
|
|||
->setDb($this->db())
|
||||
->setList($list);
|
||||
|
||||
if ($entryName) {
|
||||
if (null !== $entryName) {
|
||||
$form->loadObject([
|
||||
'list_id' => $listId,
|
||||
'entry_name' => $entryName
|
||||
|
|
Loading…
Reference in New Issue