Index: /mods/wpsg_mod_productindex.class.php
===================================================================
--- /mods/wpsg_mod_productindex.class.php	(revision 6121)
+++ /mods/wpsg_mod_productindex.class.php	(revision 6122)
@@ -362,5 +362,6 @@
 			if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) return;
 			
-			if (!wp_verify_nonce($_POST['wpsg_mod_productindex'], plugin_basename(__FILE__))) return;
+			if (isset($_POST['wpsg_mod_productindex']))
+				if (!wp_verify_nonce($_POST['wpsg_mod_productindex'], plugin_basename(__FILE__))) return;
 			  
 			if ('page' == $_POST['post_type'])
