mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
core.moduleapi: Use resource path for :load_resource()
This commit is contained in:
parent
915cebae96
commit
58be93c184
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ function api:get_directory()
|
|||
end
|
||||
|
||||
function api:load_resource(path, mode)
|
||||
path = resolve_relative_path(self:get_directory(), path);
|
||||
path = resolve_relative_path(self.resource_path or self:get_directory(), path);
|
||||
return io.open(path, mode);
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue