mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Removing debug statement
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7091 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
04b8270fb6
commit
6dff6e30f7
1 changed files with 0 additions and 1 deletions
|
@ -139,7 +139,6 @@ class ContainableBehavior extends ModelBehavior {
|
||||||
$model['keep'][$assoc]['fields'] = $this->fieldDependencies($containments['models'][$assoc]['instance'], $map, $model['keep'][$assoc]['fields']);
|
$model['keep'][$assoc]['fields'] = $this->fieldDependencies($containments['models'][$assoc]['instance'], $map, $model['keep'][$assoc]['fields']);
|
||||||
}
|
}
|
||||||
if (!$reset && empty($instance->__backOriginalAssociation)) {
|
if (!$reset && empty($instance->__backOriginalAssociation)) {
|
||||||
debug($backupBindings);
|
|
||||||
$instance->__backOriginalAssociation = $backupBindings;
|
$instance->__backOriginalAssociation = $backupBindings;
|
||||||
} else if ($reset) {
|
} else if ($reset) {
|
||||||
$instance->__backAssociation[$type] = $instance->{$type};
|
$instance->__backAssociation[$type] = $instance->{$type};
|
||||||
|
|
Loading…
Add table
Reference in a new issue