]> git.mxchange.org Git - friendica.git/blobdiff - mod/follow.php
Bugfix: dba::num_rows hadn't checked the object variable
[friendica.git] / mod / follow.php
index c59af73ee7b39c907d5eec8ed92e790f455de1fc..45e017f088dd6f58f7de895c54d19d240a382c55 100644 (file)
@@ -2,10 +2,10 @@
 
 use Friendica\App;
 
-require_once('include/Scrape.php');
-require_once('include/follow.php');
-require_once('include/Contact.php');
-require_once('include/contact_selectors.php');
+require_once 'include/probe.php';
+require_once 'include/follow.php';
+require_once 'include/Contact.php';
+require_once 'include/contact_selectors.php';
 
 function follow_content(App $a) {