summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-12-15 19:22:30 +0100 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-12-15 19:22:30 +0100 |
commit | d50ae4d7700c4cb083e907b3d3e4ee67b92a6459 (patch) | |
tree | 1a19779b083002f6e9a29f33b8f7ffdb06fa855e /src/special/spe_map.erl | |
parent | 2c3aa52b642858b85ba756df927ff5730f5ee73d (diff) |
Get debug to okay the src files.
Diffstat (limited to 'src/special/spe_map.erl')
-rw-r--r-- | src/special/spe_map.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/special/spe_map.erl b/src/special/spe_map.erl index dbd6c3e..afb5647 100644 --- a/src/special/spe_map.erl +++ b/src/special/spe_map.erl @@ -24,8 +24,8 @@ grant_additional (OwnerID) -> ataxia_client:add ( map_db, - ataxia_security:only_allow(ataxia_security:any()), - ataxia_security:only_allow(ataxia_security:user_from_id(OwnerID)), + ataxia_security:allow_only(ataxia_security:any()), + ataxia_security:allow_only(ataxia_security:user_from_id(OwnerID)), Map ), |