mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Remove trailing whitespace.
This commit is contained in:
parent
3baaecc81c
commit
8fc5726920
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ class TranslateBehavior extends ModelBehavior {
|
|||
unset($this->runtime[$model->alias]['beforeValidate'], $this->runtime[$model->alias]['beforeSave']);
|
||||
$conditions = array('model' => $model->alias, 'foreign_key' => $model->id);
|
||||
$RuntimeModel = $this->translateModel($model);
|
||||
|
||||
|
||||
$fields = array_merge($this->settings[$model->alias], $this->runtime[$model->alias]['fields']);
|
||||
if ($created) {
|
||||
foreach ($fields as $field) {
|
||||
|
|
Loading…
Add table
Reference in a new issue