summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index dcbefb7..4540fe1 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -663,7 +663,7 @@ function reverse_strrchr($haystack, $needle) {
*
*/
function get_pkg_depends($pkg_name, $filetype = ".xml", $format = "files", $return_nosync = 1) {
- global $config
+ global $config;
foreach($config['installedpackages']['package'] as $package) {
if ($package['name'] == $pkg_name) {
$package_xml = $package;
OpenPOWER on IntegriCloud