Activities should use absolute paths
This is for interoperability of the notifications popin.
This commit is contained in:
parent
633b9983b5
commit
02fca4f476
@ -93,7 +93,7 @@ class BadgeAwardModel extends Gdn_Model {
|
||||
'ActivityType' => 'BadgeAward',
|
||||
'ActivityUserID' => $UserID,
|
||||
'RegardingUserID' => $InsertUserID,
|
||||
'Photo' => $Badge->Photo,
|
||||
'Photo' => Url($Badge->Photo, TRUE),
|
||||
'RecordType' => 'Badge',
|
||||
'RecordID' => $BadgeID,
|
||||
'Route' => '/yaga/badges/' . $Badge->BadgeID . '/' . Gdn_Format::Url($Badge->Name),
|
||||
|
Loading…
x
Reference in New Issue
Block a user