From: fabrixxm Date: Thu, 11 Feb 2016 08:05:00 +0000 (+0100) Subject: fix missing html2plain() function declaration X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e20aad43477a4a4794b34e72b7a4106ac0dbd836;p=friendica.git fix missing html2plain() function declaration --- diff --git a/include/NotificationsManager.php b/include/NotificationsManager.php index c99d00742c..5f8211eb87 100644 --- a/include/NotificationsManager.php +++ b/include/NotificationsManager.php @@ -2,6 +2,7 @@ /** * @file include/NotificationsManager.php */ +require_once('include/html2plain.php'); require_once("include/datetime.php"); require_once("include/bbcode.php");