Currency : add security for setting
This commit is contained in:
parent
1a09c71eb3
commit
392b75d964
1 changed files with 2 additions and 2 deletions
|
|
@ -47,11 +47,11 @@ catch (Exception $ex)
|
|||
|
||||
/* security check */
|
||||
/**
|
||||
* @todo add module CFGCURRENCY
|
||||
* check if module CFGCURRENCY
|
||||
*/
|
||||
if ($g_user->check_module('CFGCURRENCY')==0)
|
||||
{
|
||||
// return;
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue