From e697765405a4ef5954d58383919b279ca4b19e66 Mon Sep 17 00:00:00 2001 From: JulienMoumne <julien@piwik.org> Date: Tue, 13 Sep 2011 11:50:08 +0000 Subject: [PATCH] typo git-svn-id: http://dev.piwik.org/svn/trunk@5170 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- config/global.ini.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/global.ini.php b/config/global.ini.php index e6ff05d97e..6942e95f2c 100644 --- a/config/global.ini.php +++ b/config/global.ini.php @@ -97,7 +97,7 @@ anonymous_user_enable_use_segments_API = 1 ; if browser trigger archiving is disabled, API requests with a &segment= parameter will still trigger archiving. ; You can force the browser archiving to be disabled in most cases by setting this setting to 0 -; The only time that the browser will still trigge archiving is when requesting a custom date range that is not pre-processed yet +; The only time that the browser will still trigger archiving is when requesting a custom date range that is not pre-processed yet browser_archiving_disabled_enforce = 0 ; this action name is used when the URL ends with a slash / -- GitLab