Merge pull request #2343 from fabrixxm/api_ping
fix missing html2plain() function declaration
This commit is contained in:
commit
a4804a25ee
|
@ -2,6 +2,7 @@
|
|||
/**
|
||||
* @file include/NotificationsManager.php
|
||||
*/
|
||||
require_once('include/html2plain.php');
|
||||
require_once("include/datetime.php");
|
||||
require_once("include/bbcode.php");
|
||||
|
||||
|
|
Loading…
Reference in a new issue