fix missing html2plain() function declaration

This commit is contained in:
fabrixxm 2016-02-11 09:05:00 +01:00
parent 04dceb9551
commit e20aad4347
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
/**
* @file include/NotificationsManager.php
*/
require_once('include/html2plain.php');
require_once("include/datetime.php");
require_once("include/bbcode.php");