Skip to main content
Topic: [ADDON] Multiple badges (Read 6991 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: [ADDON] Multiple badges

Reply #15

I get an error when I'm under admin->user->settings. It show me:

QuoteMissing argument 1 for template_inline_permissions(), called in /var/www/elkarte/themes/default/MultiBadges.template.php on line 48 and defined

and in that line and among there are this codes:
Quotetemplate_inline_permissions();

   echo '
                  </dd>';

   $modSettings['permission_enable_deny'] = $old_setting;
   $txt['avatar_select_permission'] = $old_txt;
}

So how can I fix it?