Merge "notification" routes
This commit is contained in:
parent
dd8d9d7c70
commit
c2b8c65104
8 changed files with 16 additions and 15 deletions
|
@ -443,7 +443,7 @@ function ping_get_notifications($uid)
|
|||
);
|
||||
}
|
||||
|
||||
$notification["href"] = DI::baseUrl() . "/notification/view/" . $notification["id"];
|
||||
$notification["href"] = DI::baseUrl() . "/notification/" . $notification["id"];
|
||||
|
||||
if ($notification["visible"]
|
||||
&& !$notification["deleted"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue