Bug with p_jrn
This commit is contained in:
parent
7049cff452
commit
722d4b11a0
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ $p_msg="";
|
|||
|
||||
// Check privilege
|
||||
if ( isset($_REQUEST['p_jrn']) &&
|
||||
$g_user->check_jrn($http->post("p_jrn","number")) != 'W' )
|
||||
$g_user->check_jrn($http->request("p_jrn","number")) != 'W' )
|
||||
{
|
||||
|
||||
NoAccess();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue