]> git.mxchange.org Git - friendica.git/commitdiff
Moved the needed include to a better place.
authorMichael Vogel <icarus@dabo.de>
Sun, 12 Jul 2015 10:03:39 +0000 (12:03 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 12 Jul 2015 10:03:39 +0000 (12:03 +0200)
include/follow.php
include/onepoll.php

index 79666f30dc92cae709bd5e5c5f0f443820a64a38..6c998e1781118495242fcc1a67a6bb020601b8e1 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+require_once("include/Scrape.php");
 
 function update_contact($id) {
        /*
index eb52a97ead27b894d3801337b70e564671c1ca51..d1f41d65f57e425808fe2d997f5b35c6560127c1 100644 (file)
@@ -2,7 +2,6 @@
 
 require_once("boot.php");
 require_once("include/follow.php");
-require_once("include/Scrape.php");
 
 function RemoveReply($subject) {
        while (in_array(strtolower(substr($subject, 0, 3)), array("re:", "aw:")))