]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-refback.php
Moved "fix" files (which only helps to fix stuff) in own inc/fixes/ folder.
[mailer.git] / inc / extensions / ext-refback.php
index 14cce3198dc098350c9282fdf993d075ca429867..16d9f15cffb18496e839045297bdaac1778e9b16 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2015 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2016 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -53,7 +53,7 @@ switch (getExtensionMode()) {
                addMemberMenuSql('main', 'reflist', 'Ref-Übersicht', 5);
 
                // Execute this special file on registration
-               addIncludeToPool('extension', 'inc/fix_refsystem.php');
+               addIncludeToPool('extension', 'inc/fixes/fix_refsystem.php');
                break;
 
        case 'remove': // Do stuff when removing extension