]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-
Damn thing, that where local changes :(
[mailer.git] / inc / modules / guest / action-
index 9da192b5a600fa562b7044b7f07e72b34f5b81f4..dab55af94cd68e5b6316618e6e47ea8ff30e45f2 100644 (file)
@@ -17,7 +17,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -55,7 +55,7 @@ if ((!isExtensionActive('')) && (!isAdmin())) {
 $inc = sprintf("inc/modules/guest/what-%s.php", getWhat());
 if (isIncludeReadable($inc)) {
        // Ok, we finally load the guest action module
-       loadInclude($inc);
+       loadIncludeOnce($inc);
 } else {
        addFatalMessage(__FILE__, __LINE__, '{--GUEST_WHAT_404--}');
 }