diff options
-rw-r--r-- | etc/inc/pkg-utils.inc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc index 9e09ff5..9e2442e 100644 --- a/etc/inc/pkg-utils.inc +++ b/etc/inc/pkg-utils.inc @@ -238,10 +238,11 @@ function sync_package($pkg_name, $sync_depends = true, $show_message = false) { eval($item_config['custom_php_resync_config_command']); } if($show_message == true) print " " . $item_config['name']; - } - } - } - } + } + } + } + } + } } /* |