mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Remove cache that was too broad and caused "can't find user" errors under certain circumstances.
This commit is contained in:
@@ -367,10 +367,6 @@
|
||||
<result status="not found" />
|
||||
</section>
|
||||
</document>]];
|
||||
--set the cache
|
||||
if (user and domain_name) then
|
||||
result = trim(api:execute("memcache", "set directory:" .. user .. "@" .. domain_name .. " '"..XML_STRING:gsub("'", "'").."' "..expire["directory"]));
|
||||
end
|
||||
end
|
||||
|
||||
--send the xml to the console
|
||||
|
||||
Reference in New Issue
Block a user