Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jaugustin committed Apr 10, 2012
1 parent 15e733a commit dd8c08f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -78,7 +78,7 @@ public function updateDefaultsFromObject()
if (isset($this->widgetSchema['<?php echo $this->underscore($tables['middleTable']->getClassname()) ?>_list']))
{
$values = array();
foreach ($this->object-><?php echo $tables['relatedGetter'] ?>() as $obj) //Old: $this->object->get<?php echo $tables['middleTable']->getPhpName() ?>s()
foreach ($this->object-><?php echo $tables['relatedGetter'] ?>() as $obj)
{
$values[] = $obj->get<?php echo $tables['relatedColumn']->getPhpName() ?>();
}
Expand Down

0 comments on commit dd8c08f

Please sign in to comment.