mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
Notify => Notification
Notifs => Notifications
This commit is contained in:
parent
e59a9fbef7
commit
0f932ae723
19 changed files with 250 additions and 254 deletions
|
@ -516,7 +516,7 @@ function notification($params)
|
|||
|
||||
$notify_id = DBA::lastInsertId();
|
||||
|
||||
$itemlink = DI::baseUrl().'/notify/view/'.$notify_id;
|
||||
$itemlink = DI::baseUrl().'/notification/view/'.$notify_id;
|
||||
$msg = Renderer::replaceMacros($epreamble, ['$itemlink' => $itemlink]);
|
||||
$msg_cache = format_notification_message($datarray['name_cache'], strip_tags(BBCode::convert($msg)));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue