aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch/freeswitch_dialplan_includes.tmp
diff options
context:
space:
mode:
Diffstat (limited to 'config/freeswitch/freeswitch_dialplan_includes.tmp')
-rw-r--r--config/freeswitch/freeswitch_dialplan_includes.tmp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/freeswitch/freeswitch_dialplan_includes.tmp b/config/freeswitch/freeswitch_dialplan_includes.tmp
index 2aad818e..a38489a2 100644
--- a/config/freeswitch/freeswitch_dialplan_includes.tmp
+++ b/config/freeswitch/freeswitch_dialplan_includes.tmp
@@ -216,7 +216,7 @@ include("head.inc");
return 0;
}
}
- usort($a_dialplan_includes, "cmp_number");
+ if (count($a_public_includes) > 0) { usort($a_dialplan_includes, "cmp_number"); }
$i = 0;
if (count($a_dialplan_includes) > 0) {