Code Duplication    Length = 3-3 lines in 2 locations

lib/Cake/Model/Datasource/DboSource.php 2 locations

@@ 1086-1088 (lines=3) @@
1083
1084
		$filtered = array();
1085
1086
		if ($queryData['callbacks'] === true || $queryData['callbacks'] === 'after') {
1087
			$filtered = $this->_filterResults($resultSet, $model);
1088
		}
1089
1090
		if ($model->recursive > -1) {
1091
			$joined = array();
@@ 1121-1123 (lines=3) @@
1118
					}
1119
				}
1120
			}
1121
			if ($queryData['callbacks'] === true || $queryData['callbacks'] === 'after') {
1122
				$this->_filterResults($resultSet, $model, $filtered);
1123
			}
1124
		}
1125
1126
		if ($recursive !== null) {