Index: /changelog
===================================================================
--- /changelog	(revision 7787)
+++ /changelog	(revision 7788)
@@ -407,3 +407,4 @@
 - Bugfix: Speicherung der Einstellung "Anzeige" im Produktattribut
 - Bugfix: Anzeige von Produktattributen bei Varianten
+- Bugfix: Klicken auf Bild in der Produktverwaltung Ã¶ffnet das Produkt
 - Feature: Erinnerungsmail bei UnvollstÃ€ndigen Bestellungen
Index: /views/produkt/index.phtml
===================================================================
--- /views/produkt/index.phtml	(revision 7787)
+++ /views/produkt/index.phtml	(revision 7788)
@@ -208,5 +208,9 @@
                             <?php $attachment_id = $this->imagehandler->getAttachmentID($oProduct->getProductKey()); ?>
                              
-                            <a href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Produkt&action=edit&edit_id=<?php echo $d['id']; ?>" title="<?php echo wpsg_translate(__('Produkt fÃŒr Sprache #1# bearbeiten.', 'wpsg'), $d['name']) ?>">
+                            <a href="<?php
+
+                                echo wp_nonce_url(WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Produkt&action=edit&edit_id='.$d['id'].'&wpsg_lang='.$l['lang'], 'wpsg-product-edit-'.$d['id']);
+							
+							?>" title="<?php echo wpsg_translate(__('Produkt fÃŒr Sprache #1# bearbeiten.', 'wpsg'), $d['name']) ?>">
                                 <div class="box_img_wrap wpsg_be_productindex_image">
                                     <?php echo wp_get_attachment_image($attachment_id, 'medium'); ?>
