From 33fa1e79af1a7fe7a5af30ae8788136a1d3999a1 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 25 Mar 2017 18:32:11 +0100 Subject: [PATCH] some spaces ... Signed-off-by: Roland Haeder --- include/update_gcontact.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/update_gcontact.php b/include/update_gcontact.php index 2719044a10..d90b98711b 100644 --- a/include/update_gcontact.php +++ b/include/update_gcontact.php @@ -2,11 +2,11 @@ use \Friendica\Core\Config; -function update_gcontact_run(&$argv, &$argc){ +function update_gcontact_run(&$argv, &$argc) { global $a; - require_once('include/Scrape.php'); - require_once('include/socgraph.php'); + require_once 'include/Scrape.php'; + require_once 'include/socgraph.php'; logger('update_gcontact: start');