Navigation Menu

Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
fixed #8
Browse files Browse the repository at this point in the history
  • Loading branch information
devkont committed May 5, 2015
1 parent 4f0b761 commit 0fad063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketorders/marketorders.ajax.php
Expand Up @@ -11,7 +11,7 @@
require_once cot_incfile('marketorders', 'plug');

list($usr['auth_read'], $usr['auth_write'], $usr['isadmin']) = cot_auth('plug', 'marketorders', 'RWA');
cot_block($usr['auth_write']);
cot_block($usr['auth_read']);

$m = cot_import('m','G','ALP');
$id = cot_import('id','G','INT');
Expand Down

0 comments on commit 0fad063

Please sign in to comment.