mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 19:42:11 +02:00
mod_http_upload_quota: Depend on mod_http_upload
mod_http_upload_quota uses mod_http_upload's "docroot" option, so the mod_http_upload configuration must be parsed, first. Fixes #1025.
This commit is contained in:
parent
1a62d4e04b
commit
5f48d2641b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue