Index: /views/order/index.phtml
===================================================================
--- /views/order/index.phtml	(revision 7576)
+++ /views/order/index.phtml	(revision 7577)
@@ -353,5 +353,5 @@
                                 <?php echo wpsg_translate(__('#1# x <a href="#2#">#3#</a> fÃŒr je #4#', 'wpsg'),
                                     $oOrderProduct->getCount(),
-                                    WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Produkt&action=edit&edit_id='.$oOrderProduct->getProductId(),
+									wp_nonce_url(WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Produkt&action=edit&edit_id='.$oOrderProduct->getProductId(), 'wpsg-product-edit-'.wpsg_getInt($oOrderProduct->getProductId())),
                                     $oOrderProduct->getProductName(),
                                     wpsg_ff($oOrderProduct->getOneAmount(), $this->get_option('wpsg_currency'))
