mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
adding fix for bake form template: #2834
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5352 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
15da6d1255
commit
4573cf0796
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
<div class="<?php echo $singularVar;?>">
|
||||
<?php echo "<?php echo \$form->create('{$modelClass}');?>\n";?>
|
||||
<fieldset>
|
||||
<legend><?php echo "<?php __('".Inflector::humanize($action)."', true);?> <?php __('{$singularHumanName}');?>";?></legend>
|
||||
<legend><?php echo "<?php __('".Inflector::humanize($action)."');?> <?php __('{$singularHumanName}');?>";?></legend>
|
||||
<?php
|
||||
echo "\t<?php\n";
|
||||
foreach ($fields as $field) {
|
||||
|
|
Loading…
Reference in a new issue