mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
load balancing fixed
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
end
|
||||
|
||||
--build the XML string from the database
|
||||
if (source == "database") then
|
||||
if (source == "database") or (load_balancing) then
|
||||
--database connection
|
||||
if (continue) then
|
||||
--connect to the database
|
||||
|
||||
Reference in New Issue
Block a user