some spaces ...
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
66f5e104b1
commit
33fa1e79af
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in a new issue