avatar specialopssecurity Pro Oct 1. 2009. 12:34 pm
application/modules/tickets/views/tickets/archive.tpl, line 80:

<li id="manage_categories"><a href="{$categories_url}"><span>{lang}Manage Categories{/lang}</span></a></li>


should be surrounded by this conditional:

{if $can_manage_categories}
  <li id="manage_categories"><a href="{$categories_url}"><span>{lang}Manage Categories{/lang}</span></a></li>
{/if}
avatar Ilija Studen Staff Oct 1. 2009. 1:20 pm
Thanks. Fix will be included in one of the future releases.