diff options
Diffstat (limited to 'templates/show_update_items.inc.php')
-rw-r--r-- | templates/show_update_items.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_update_items.inc.php b/templates/show_update_items.inc.php index 8e845641..c952dc41 100644 --- a/templates/show_update_items.inc.php +++ b/templates/show_update_items.inc.php @@ -26,7 +26,7 @@ * @link http://www.ampache.org/ */ -show_box_top(_('Starting Update from Tags')); +show_box_top(_('Starting Update from Tags'), 'box box_update_items'); Catalog::update_single_item($type,$object_id); ?> <br /> |