summaryrefslogtreecommitdiff
path: root/src/plop_app.erl
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2015-09-28 18:53:58 +0200
committerLinus Nordberg <linus@nordu.net>2015-11-11 13:32:37 +0100
commit2524eac4f82fd6808cc771884ef7442645f95100 (patch)
treea3c881a18e5c7c788f305c04ddb76e2ef032926e /src/plop_app.erl
parent9b2e72510b33547794207043714f52e16239b3f5 (diff)
Make it possible to select backend perm storage
Diffstat (limited to 'src/plop_app.erl')
-rw-r--r--src/plop_app.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plop_app.erl b/src/plop_app.erl
index e154555..dc896e2 100644
--- a/src/plop_app.erl
+++ b/src/plop_app.erl
@@ -9,7 +9,7 @@ start(normal, Args) ->
hackney:start(),
http_auth:init_key_table(),
plop:initsize(),
- perm:init_directory_table(),
+ perm:init_module(),
plop_sup:start_link(Args).
stop(_State) ->