]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_request.php
plugin: orphaned hooks weren't deleted.
[friendica.git] / mod / dfrn_request.php
index 0c03607fc9eee65134d0cc2b36998e54f64ce125..5a32d946e29f470ca0a441dd52375b99f51da92a 100644 (file)
@@ -110,7 +110,7 @@ function dfrn_request_post(&$a) {
                                         * Scrape the other site's profile page to pick up the dfrn links, key, fn, and photo
                                         */
 
-                                       require_once('Scrape.php');
+                                       require_once('include/Scrape.php');
        
                                        $parms = scrape_dfrn($dfrn_url);
        
@@ -505,7 +505,7 @@ function dfrn_request_post(&$a) {
                                }
                        
 
-                               require_once('Scrape.php');
+                               require_once('include/Scrape.php');
 
                                $parms = scrape_dfrn(($hcard) ? $hcard : $url);