Skip to content

Commit

Permalink
Add tags support to article form plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
trob committed Jan 25, 2022
1 parent f8c3918 commit f99fcec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/fabrik_form/article/article.php
Expand Up @@ -179,6 +179,7 @@ protected function saveArticle($id, $catId)

$item = JTable::getInstance('Content');
$item->load($id);
$item->newTags = $data['tags'];
$item->bind($data);

// Trigger the onContentBeforeSave event.
Expand Down

0 comments on commit f99fcec

Please sign in to comment.