Index: /mods/mod_revocation/Form.php
===================================================================
--- /mods/mod_revocation/Form.php	(revision 8523)
+++ /mods/mod_revocation/Form.php	(revision 8524)
@@ -169,11 +169,11 @@
 			$mailHtmlCustomer = false;
 
-			$mailTextAdmin = $shop->render(dirname(__FILE__).'/../views/mods/mod_revocation/mails/mail_admin_text.phtml', false);
-			$mailTextCustomer = $shop->render(dirname(__FILE__).'/../views/mods/mod_revocation/mails/mail_customer_text.phtml', false);
+			$mailTextAdmin = $shop->render(WPSG_PATH_VIEW.'mods/mod_revocation/mails/mail_admin_text.phtml', false);
+			$mailTextCustomer = $shop->render(WPSG_PATH_VIEW.'mods/mod_revocation/mails/mail_customer_text.phtml', false);
 
 			if ($shop->get_option('wpsg_htmlmail') === '1') {
 
-				$mailHtmlAdmin = $shop->render(dirname(__FILE__).'/../views/mods/mod_revocation/mails/mail_admin_html.phtml', false);
-				$mailHtmlCustomer = $shop->render(dirname(__FILE__).'/../views/mods/mod_revocation/mails/mail_customer_html.phtml', false);
+				$mailHtmlAdmin = $shop->render(WPSG_PATH_VIEW.'mods/mod_revocation/mails/mail_admin_html.phtml', false);
+				$mailHtmlCustomer = $shop->render(WPSG_PATH_VIEW.'mods/mod_revocation/mails/mail_customer_html.phtml', false);
 
 			}
