Skip to content

Commit bd0ce7d

Browse files
hiroyuki-satosuelaP
authored andcommitted
Fix Incorrect CLICKTRACK description(Wrong default value).
This change fixes #687 issue.
1 parent b45cb24 commit bd0ce7d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

public_html/lists/config/config_extended.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -635,10 +635,9 @@
635635

636636
// Click tracking
637637
// If you set this to 1, all links in your emails will be converted to links that
638-
// go via phpList. This will make sure that clicks are tracked. This is experimental and
639-
// all your findings when using this feature should be reported to mantis
640-
// for now it's off by default until we think it works correctly
641-
define('CLICKTRACK', 0);
638+
// go via phpList. This will make sure that clicks are tracked. Default: 1
639+
// If you disable a URL conversion, set to 0.
640+
define('CLICKTRACK', 1);
642641

643642
// Click track, list detail
644643
// if you enable this, you will get some extra statistics about unique users who have clicked the

0 commit comments

Comments
 (0)