summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-03-12 00:00:51 +0000
committerColin Smith <colin@pfsense.org>2005-03-12 00:00:51 +0000
commitdd9e33d199270b5718320b31c77d1f7420c007f5 (patch)
tree4667b8ebacaa1d997b1833817049074bc303caac /etc
parent2bccc5fce04d814f7eb85025ae77d329e1d1ca7d (diff)
downloadpfsense-dd9e33d199270b5718320b31c77d1f7420c007f5.zip
pfsense-dd9e33d199270b5718320b31c77d1f7420c007f5.tar.gz
Fix bugginess and change get_pkg_xml_depends -> get_pkg_depends.
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 4a84617..7bdc02c 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -577,7 +577,7 @@ function resync_all_package_configs_bootup($show_message) {
eval($pkg_config['custom_php_command_before_form']);
if($pkg_config['custom_php_resync_config_command'] <> "")
eval($pkg_config['custom_php_resync_config_command']);
- $depends = get_pkg_xml_depends($package['name']); // Call dependency handler and do a little more error checking.
+ $depends = get_pkg_depends($package['name']); // Call dependency handler and do a little more error checking.
foreach($depends as $item) {
$item_config = parse_xml_config_pkg("/usr/local/pkg/" . $item, "packagegui");
if($item_config['custom_php_command_before_form'] <> "")
OpenPOWER on IntegriCloud