Skip to content

Commit

Permalink
исправление ошибок
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriitux committed Feb 2, 2021
1 parent 0b74d60 commit f82176c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion radicalmultifield.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,16 @@ public function onCustomFieldsPrepareField($context, $item, $field)

$template_category = [
'com_content.category',
'com_users.users',
'com_content.categories',
'com_users.users',
'com_contact.categories',
'com_tags.tag',
];

$template_item = [
'com_content.article',
'com_users.user',
'com_contact.contact',
];

if(empty($template))
Expand Down

0 comments on commit f82176c

Please sign in to comment.