]> git.mxchange.org Git - friendica.git/commitdiff
fix missing html2plain() function declaration
authorfabrixxm <fabrix.xm@gmail.com>
Thu, 11 Feb 2016 08:05:00 +0000 (09:05 +0100)
committerfabrixxm <fabrix.xm@gmail.com>
Thu, 11 Feb 2016 08:05:00 +0000 (09:05 +0100)
include/NotificationsManager.php

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