Skip to content

Commit

Permalink
Removing _with use.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 18, 2009
1 parent a7499be commit f9e0ddf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cake/libs/model/cake_schema.php
Expand Up @@ -239,8 +239,6 @@ function read($options = array()) {
foreach ($Object->hasAndBelongsToMany as $Assoc => $assocData) {
if (isset($assocData['with'])) {
$class = $assocData['with'];
} elseif ($assocData['_with']) {
$class = $assocData['_with'];
}
if (is_object($Object->$class)) {
$table = $db->fullTableName($Object->$class, false);
Expand Down

0 comments on commit f9e0ddf

Please sign in to comment.