Skip to content

Commit

Permalink
doh! createSectionAssociation also moved to SectionManager...
Browse files Browse the repository at this point in the history
  • Loading branch information
kmeinke committed Nov 25, 2014
1 parent 5b66784 commit 7e8a85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fields/field.referencelink.php
Expand Up @@ -127,7 +127,7 @@ public function commit(){
// build associations
SectionManager::removeSectionAssociation($id);
foreach($this->get('related_field_id') as $field_id){
$this->createSectionAssociation(NULL, $id, $field_id, $this->get('show_association') == 'yes' ? true : false);
SectionManager::createSectionAssociation(NULL, $id, $field_id, $this->get('show_association') == 'yes' ? true : false);
}

return true;
Expand Down

0 comments on commit 7e8a85d

Please sign in to comment.