aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch/freeswitch.inc
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-04-30 11:21:35 -0600
committermcrane <mctch@yahoo.com>2009-04-30 11:21:35 -0600
commitab4946e7d593997df7baea4cd5ccc1ba2318d23a (patch)
tree50b5740a1f16deb44d55e56195016bcdf8d13a59 /config/freeswitch/freeswitch.inc
parentdde70e50646750264eedd83b7a6fddf6bf2e792c (diff)
downloadpfsense-packages-ab4946e7d593997df7baea4cd5ccc1ba2318d23a.tar.gz
pfsense-packages-ab4946e7d593997df7baea4cd5ccc1ba2318d23a.tar.bz2
pfsense-packages-ab4946e7d593997df7baea4cd5ccc1ba2318d23a.zip
FreeSWITCH package list pages check to make sure array has something in it before running usort.
Diffstat (limited to 'config/freeswitch/freeswitch.inc')
-rw-r--r--config/freeswitch/freeswitch.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/freeswitch/freeswitch.inc b/config/freeswitch/freeswitch.inc
index 3e9bf882..034e37be 100644
--- a/config/freeswitch/freeswitch.inc
+++ b/config/freeswitch/freeswitch.inc
@@ -2379,7 +2379,7 @@ function freeswitch_deinstall_command()
unlink_if_exists("/tmp/pkg_mgr_FreeSWITCH.log");
conf_mount_ro();
config_unlock();
-
+
}
?>