mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-29 11:08:53 +01:00
Fix the segment_page function
This commit is contained in:
parent
d01ef397b3
commit
92604f2ecd
@ -116,7 +116,7 @@ if (!function_exists('segment_page')) {
|
||||
if (Setting::get('app_track')) {
|
||||
return Segment::page([
|
||||
'anonymousId' => Config::get('app.key'),
|
||||
'page' => $page,
|
||||
'name' => $page,
|
||||
'context' => [
|
||||
'locale' => Config::get('app.locale'),
|
||||
'timezone' => Setting::get('app_timezone'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user