Software /
code /
prosody
Diff
plugins/mod_http.lua @ 13165:9c13c11b199d
renamening: Fix newly added imports to use the new namespace
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 18 Jun 2023 16:48:56 +0200 |
parent | 13141:451cb119026e |
child | 13209:c8d949cf6b09 |
line wrap: on
line diff
--- a/plugins/mod_http.lua Sat Jun 17 17:19:40 2023 +0200 +++ b/plugins/mod_http.lua Sun Jun 18 16:48:56 2023 +0200 @@ -18,7 +18,7 @@ local http_util = require "prosody.util.http"; local normalize_path = http_util.normalize_path; local set = require "prosody.util.set"; -local array = require "util.array"; +local array = require "prosody.util.array"; local ip_util = require "prosody.util.ip"; local new_ip = ip_util.new_ip;