diff options
Diffstat (limited to 'frontends/php/items.php')
| -rw-r--r-- | frontends/php/items.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php index 383f69dd..8b78bed6 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -468,7 +468,9 @@ include_once "include/page_header.php"; foreach($hosts_ids as $host_id){ $result &= copy_item_to_host($item_id, $host_id, true); } + $result = DBend($result); + show_messages($result, S_ITEMS_COPIED, S_CANNOT_COPY_ITEMS); unset($_REQUEST["form_copy_to"]); } else{ |
