From 7e8a85d963cd1c42e65f9f3eb45d6b19b492be35 Mon Sep 17 00:00:00 2001 From: kmeinke Date: Tue, 25 Nov 2014 14:02:00 +0100 Subject: [PATCH] doh! createSectionAssociation also moved to SectionManager... --- fields/field.referencelink.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fields/field.referencelink.php b/fields/field.referencelink.php index a2e852c..53e19e9 100755 --- a/fields/field.referencelink.php +++ b/fields/field.referencelink.php @@ -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;