]> git.mxchange.org Git - friendica.git/commitdiff
For safety reasons include the include
authorMichael Vogel <icarus@dabo.de>
Sun, 4 Oct 2015 15:20:47 +0000 (17:20 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 4 Oct 2015 15:20:47 +0000 (17:20 +0200)
mod/notifications.php

index 513f685b477b9cf100a12045bfe11706bdbc24df..bcda5ba343793dfc805dc7583d6f260c597619af 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 include_once("include/bbcode.php");
 include_once("include/contact_selectors.php");
+include_once("include/Scrape.php");
 
 function notifications_post(&$a) {