Fixed indention level

2022.09-rc
Michael 2017-10-13 16:24:38 +00:00
rodzic b31c6413fe
commit e091a610d7
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

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