Merge pull request #2343 from fabrixxm/api_ping

fix missing html2plain() function declaration
This commit is contained in:
Tobias Diekershoff 2016-02-11 09:34:47 +01:00
commit a4804a25ee
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");