From a2666b0d021ce8c560ecba211a710606fd3d8ed4 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 19 Oct 2018 15:11:51 -0400 Subject: [PATCH] Remove reference to deleted include/security.php --- src/Protocol/DFRN.php | 1 - 1 file changed, 1 deletion(-) 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']);