Index: /controller/wpsg_SystemController.class.php
===================================================================
--- /controller/wpsg_SystemController.class.php	(revision 6787)
+++ /controller/wpsg_SystemController.class.php	(revision 6788)
@@ -636,4 +636,7 @@
 		{
 
+			// Ticket #572 doppelte Slash stÃ¶ren
+			$file = str_replace('//', '/', $file);
+			
 			$this->arTemplateStack[] = preg_replace('/(.*)\//', '', $file);
 
