summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
diff options
context:
space:
mode:
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