diff options
-rw-r--r-- | src/mod_http_upload_quota.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_http_upload_quota.erl b/src/mod_http_upload_quota.erl index d2eca8b72..35e266ddf 100644 --- a/src/mod_http_upload_quota.erl +++ b/src/mod_http_upload_quota.erl @@ -113,7 +113,7 @@ mod_opt_type(_) -> -spec depends(binary(), gen_mod:opts()) -> [{module(), hard | soft}]. depends(_Host, _Opts) -> - []. + [{mod_http_upload, hard}]. %%-------------------------------------------------------------------- %% gen_server callbacks. |