Skip to content

Commit

Permalink
Removing dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 1, 2014
1 parent a54e06e commit e58cb4a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/View/Form/EntityContext.php
Expand Up @@ -342,10 +342,6 @@ protected function _getTable($parts) {

$table = $this->_tables[$this->_rootName];
foreach ($normalized as $part) {
if (is_numeric($part)) {
continue;
}

$assoc = $table->associations()->getByProperty($part);
if (!$assoc) {
break;
Expand Down

0 comments on commit e58cb4a

Please sign in to comment.