mirror of
https://github.com/a2nt/cms-niceties.git
synced 2024-10-22 11:05:46 +02:00
IMPR: Better Submitted Forms titles
This commit is contained in:
parent
88d3076b9d
commit
d980a712c5
@ -20,9 +20,9 @@ class SubmittedFormEx extends DataExtension
|
||||
$cols = $parent->SubmissionColumns();
|
||||
foreach ($cols as $col) {
|
||||
$name = $col->getField('Name');
|
||||
$title .= ' '.$item->relField($name);
|
||||
$title .= ' '.$obj->relField($name);
|
||||
}
|
||||
|
||||
|
||||
return $title;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user