mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
closes #5207, empty values in scaffold view
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7436 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
a29b328c16
commit
ed6ea45581
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ foreach ($scaffoldFields as $_field) {
|
|||
}
|
||||
if($isKey !== true) {
|
||||
echo "\t\t<dt{$class}>".Inflector::humanize($_field)."</dt>\n";
|
||||
echo "\t\t<dd{$class}>\n\t\t\t" . ${$singularVar}[$modelClass][$_field] . " \n\t\t</dd>\n";
|
||||
echo "\t\t<dd{$class}>\n\t\t\t{${$singularVar}[$modelClass][$_field]}\n \t\t</dd>\n";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Add table
Reference in a new issue