Fixed indention level

This commit is contained in:
Michael 2017-10-13 16:24:38 +00:00
parent b31c6413fe
commit e091a610d7
1 changed files with 3 additions and 3 deletions

View File

@ -1396,9 +1396,9 @@ class Diaspora {
$n, dbesc($f[0]),
intval($importer["uid"]));
if ($x === false) {
return false;
}
if ($x === false) {
return false;
}
}
}