summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-10-14 17:28:01 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-10-14 17:28:01 +0000
commit11d300334ab68bf8fc9f6d51d99e5a0129a6efff (patch)
tree51eba810bd424d073b2db8cd5e2bd1444815ff62 /etc/inc/pkg-utils.inc
parent477135b97c03192ddeaa032bb9f1506ff4359a06 (diff)
downloadpfsense-11d300334ab68bf8fc9f6d51d99e5a0129a6efff.zip
pfsense-11d300334ab68bf8fc9f6d51d99e5a0129a6efff.tar.gz
file_notice() requires notices.inc
Diffstat (limited to 'etc/inc/pkg-utils.inc')
-rw-r--r--etc/inc/pkg-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index d0982c8..e087949 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -211,7 +211,7 @@ function get_pkg_depends($pkg_name, $filetype = ".xml", $format = "files", $retu
*/
function sync_package($pkg_name, $sync_depends = true, $show_message = false) {
global $config;
-
+ require_once("notices.inc");
if(!$config['installedpackages']['package']) return;
if(!is_numeric($pkg_name)) {
$pkg_id = get_pkg_id($pkg_name);
OpenPOWER on IntegriCloud