From: Hypolite Petovan Date: Fri, 19 Oct 2018 19:11:51 +0000 (-0400) Subject: Remove reference to deleted include/security.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a2666b0d021ce8c560ecba211a710606fd3d8ed4;p=friendica.git Remove reference to deleted include/security.php --- diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index f92d1401df..21a0f43944 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -216,7 +216,6 @@ class DFRN } $contact = $r[0]; - include_once 'include/security.php'; $set = PermissionSet::get($owner_id, $contact['id']);