Index: /controller/wpsg_AdminController.class.php
===================================================================
--- /controller/wpsg_AdminController.class.php	(revision 6038)
+++ /controller/wpsg_AdminController.class.php	(revision 6040)
@@ -611,5 +611,5 @@
 				$new_name = __('Anklicken um Bezeichnung zu Ã€ndern ...', 'wpsg');
 				
-				$vz_id = $this->db->ImportQuery(WPSG_TBL_VZ, array(
+				$vz_id = $this->db->ImportImportQuery(WPSG_TBL_VZ, array(
 					'name' => wpsg_q($new_name)
 				));
@@ -2490,5 +2490,5 @@
 		{
 			
-			$this->callMod('wpsg_mod_core', 'installModul', array($modul_key));
+			$this->shop->callMod('wpsg_mod_core', 'installModul', array($modul_key));
 			
 		} // private function installModul($modul_key)
