summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-10 16:46:05 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-10 16:46:05 +0200 |
commit | d1ab7e7cfe14f2cad9774db47f4f1dd995e5b40c (patch) | |
tree | b4833d2114cb12b2997d33549427a204140c134c /src/map/map_handler.erl | |
parent | cbae439196de8382d5218f11e7a3afd812a5ae52 (diff) |
Adds some progress on user registration.
Diffstat (limited to 'src/map/map_handler.erl')
-rw-r--r-- | src/map/map_handler.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map_handler.erl b/src/map/map_handler.erl index 9c7f4ce..0866315 100644 --- a/src/map/map_handler.erl +++ b/src/map/map_handler.erl @@ -21,7 +21,7 @@ start (TimedCachesManagerPid) -> case shr_database:fetch(map_db, <<"0">>, admin) of {ok, _} -> ok; not_found -> - shr_database:insert + shr_database:insert_at ( map_db, <<"0">>, |