]> git.mxchange.org Git - friendica.git/blobdiff - mod/notifications.php
Merge remote-tracking branch 'upstream/develop' into rewrites/app_get_baseurl_static
[friendica.git] / mod / notifications.php
index 4c564533505c9c933a1da4f6e495a50853e846db..ed15f14177a45d4b2b1d94f530eeb7eb6f87e4ef 100644 (file)
@@ -285,8 +285,10 @@ function notifications_content(&$a) {
                                '$item_label' => $it['label'],
                                '$item_link' => $it['link'],
                                '$item_image' => $it['image'],
+                               '$item_url' => $it['url'],
                                '$item_text' => htmlentities($it['text']),
                                '$item_when' => $it['when'],
+                               '$item_ago' => $it['ago'],
                                '$item_seen' => $it['seen'],
                        ));
                }