aboutsummaryrefslogtreecommitdiff
path: root/src/shaper.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/shaper.erl')
-rw-r--r--src/shaper.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shaper.erl b/src/shaper.erl
index 19a557c73..f50cc71d1 100644
--- a/src/shaper.erl
+++ b/src/shaper.erl
@@ -16,7 +16,7 @@
new(Name) ->
- Data = case ejabberd_config:get_global_option({shaper, Name}) of
+ Data = case ejabberd_config:get_global_option({shaper, Name, global}) of
undefined ->
none;
D ->