@@ -99,7 +99,7 @@ |
||
99 | 99 | $result .= "\t\t'".$this->getIdName()."' => '".str_singular($this->getIdName())."',\r\n"; |
100 | 100 | if (!empty($fields)) { |
101 | 101 | foreach ($fields as /*$index =>*/ |
102 | - $field) { |
|
102 | + $field) { |
|
103 | 103 | $result .= "\t\t'{$field['name']}' => '{$field['comment']}',\r\n"; |
104 | 104 | } |
105 | 105 | $result .= "\t\t'created_by' => 'CREATED_BY',\r\n"; |