From: Hypolite Petovan Date: Sun, 28 May 2017 01:47:54 +0000 (-0400) Subject: Restore missing include X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e76253113427dc729e31bc176cca01eebde085ff;p=friendica.git Restore missing include --- diff --git a/mod/profiles.php b/mod/profiles.php index 60a1fe818a..01030914c4 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -4,6 +4,7 @@ use Friendica\App; use Friendica\Network\Probe; require_once 'include/Contact.php'; +require_once 'include/socgraph.php'; function profiles_init(App $a) {