Opened 8 years ago

Last modified 8 years ago

#1290 closed Bug/Fehler

Cache abfrage für box_orders_history geht auf box_newsletter — at Version 1

Reported by: flth@… Owned by:
Priority: normal Milestone: modified-shop-2.0.4.0
Component: Template Version: 2.0.3.0
Keywords: Cc:
Blocked By: Blocking:

Description (last modified by Torsten Riemer)

templates/tpl-modified/source/boxes/order_history.php
Zeile 26

--

if (!$box_smarty->is_cached(CURRENT_TEMPLATE.'/boxes/box_newsletter.html', $cache_id) || !$cache) {

++

if (!$box_smarty->is_cached(CURRENT_TEMPLATE.'/boxes/box_order_history.html', $cache_id) || !$cache) {

Change History (1)

comment:1 by Torsten Riemer, 8 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.