Moved the needed include to a better place.

This commit is contained in:
Michael Vogel 2015-07-12 12:03:39 +02:00
parent f48f7394e9
commit 65468bf202
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,5 @@
<?php <?php
require_once("include/Scrape.php");
function update_contact($id) { function update_contact($id) {
/* /*

View File

@ -2,7 +2,6 @@
require_once("boot.php"); require_once("boot.php");
require_once("include/follow.php"); require_once("include/follow.php");
require_once("include/Scrape.php");
function RemoveReply($subject) { function RemoveReply($subject) {
while (in_array(strtolower(substr($subject, 0, 3)), array("re:", "aw:"))) while (in_array(strtolower(substr($subject, 0, 3)), array("re:", "aw:")))