added: plugins_dir to config
small changes in makefiles git-svn-id: svn://ttmath.org/publicrep/winix/trunk@643 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -61,8 +61,7 @@ void ticket_item_print_content(Info & i)
|
||||
|
||||
void ticket_can_create(Info & i)
|
||||
{
|
||||
//i.res = request->CanCreateTicket(true);
|
||||
i.res = functions->fun_createticket.HasAccess();
|
||||
i.res = functions->fun_createticket.HasAccess(true);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user