diff options
Diffstat (limited to 'frontends/php/items.php')
| -rw-r--r-- | frontends/php/items.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php index 04835623..b2e44b23 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -109,6 +109,7 @@ // $$ is correct here if(isset($_GET[$row["itemid"]])) { + delete_item_from_templates($row["itemid"]); $result2=delete_item($row["itemid"]); } } |
