X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotifications.php;h=396361e91b5bda012716767d3c2f677a8d2c6e29;hb=7034d6efbd988e7481ac6f5d6413a8925221ed6b;hp=fdaec05ccd2449a5916b593906da4bebf754f2bc;hpb=2172a162f9d06e31d93a8b6e5449b3c2718da787;p=friendica.git diff --git a/mod/notifications.php b/mod/notifications.php index fdaec05ccd..396361e91b 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -5,6 +5,8 @@ * @brief The notifications module */ +use Friendica\App; + require_once("include/NotificationsManager.php"); require_once("include/contact_selectors.php"); require_once("include/network.php");