| @@ 234-236 (lines=3) @@ | ||
| 231 | // Dynamic Options isn't an array like in Select Box Link |
|
| 232 | $field_id = $this->get('dynamic_options'); |
|
| 233 | ||
| 234 | if (!is_null($field_id) && is_numeric($field_id)) { |
|
| 235 | SectionManager::createSectionAssociation(null, $id, (int)$field_id, |
|
| 236 | $this->get('show_association') === 'yes' ? true : false, $this->get('association_ui'), |
|
| 237 | $this->get('association_editor')); |
|
| 238 | } |
|
| 239 | ||
| @@ 298-300 (lines=3) @@ | ||
| 295 | continue; |
|
| 296 | } |
|
| 297 | ||
| 298 | if (!is_null($field_id) && is_numeric($field_id)) { |
|
| 299 | SectionManager::createSectionAssociation(null, $id, (int)$field_id, |
|
| 300 | $this->get('show_association') === 'yes' ? true : false, $this->get('association_ui'), |
|
| 301 | $this->get('association_editor')); |
|
| 302 | } |
|
| 303 | } |
|