mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +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" />
|
<result status="not found" />
|
||||||
</section>
|
</section>
|
||||||
</document>]];
|
</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
|
end
|
||||||
|
|
||||||
--send the xml to the console
|
--send the xml to the console
|
||||||
|
|||||||
Reference in New Issue
Block a user