From e20aad43477a4a4794b34e72b7a4106ac0dbd836 Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Thu, 11 Feb 2016 09:05:00 +0100 Subject: [PATCH] fix missing html2plain() function declaration --- include/NotificationsManager.php | 1 + 1 file changed, 1 insertion(+) 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");