mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
Merge "notification" routes
This commit is contained in:
parent
dd8d9d7c70
commit
c2b8c65104
8 changed files with 16 additions and 15 deletions
|
@ -500,7 +500,7 @@ function notification($params)
|
|||
|
||||
DI::notify()->update($notification);
|
||||
|
||||
$itemlink = DI::baseUrl() . '/notification/view/' . $notification->id;
|
||||
$itemlink = DI::baseUrl() . '/notification/' . $notification->id;
|
||||
$notify_id = $notification->id;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue