]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-members.php
Removed comment introduced by Profi-Concept, this comment should fine (in a much...
[mailer.git] / inc / modules / guest / action-members.php
index 72c40b1f40e723290dd9503dece256700767ffa6..0879d96f953a9fa4db4ad0cff4e21a292c6ac3fa 100644 (file)
@@ -14,8 +14,6 @@
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
- * Needs to be in all Files and every File needs "svn propset           *
- * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
@@ -54,7 +52,7 @@ if (isIncludeReadable($inc)) {
        // Ok, we finally load the guest action module
        loadInclude($inc);
 } else {
-       addFatalMessage(__FILE__, __LINE__, getMessage('GUEST_404_WHAT'), getWhat());
+       addFatalMessage(__FILE__, __LINE__, '{--GUEST_404_WHAT--}', getWhat());
 }
 
 // [EOF]