Fix the segment_page function

This commit is contained in:
James Brooks 2015-05-23 13:13:38 +01:00
parent d01ef397b3
commit 92604f2ecd

View File

@ -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'),