Bugfix: The first contact was never repaired
This commit is contained in:
parent
fd239ebf7b
commit
635e92249a
|
@ -38,7 +38,7 @@ function repair_ostatus_content(&$a) {
|
|||
intval($uid),
|
||||
dbesc(NETWORK_OSTATUS),
|
||||
intval(CONTACT_IS_FRIEND),
|
||||
intval(CONTACT_IS_SHARING), ++$counter);
|
||||
intval(CONTACT_IS_SHARING), $counter++);
|
||||
|
||||
if (!$r) {
|
||||
$o .= t("Done");
|
||||
|
|
Loading…
Reference in a new issue