X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Frepair_ostatus.php;h=2b1224f4233fa6bec55792ad3242278b541a795c;hb=93a11cf8399bf45e200e408a2c99ccc6e5dd5f2a;hp=5a8554dff83a1ba21ff8fcfd6e4a4aa70ee080f3;hpb=fd239ebf7bebe8cee9c4f58a4b8b48c953c426ef;p=friendica.git diff --git a/mod/repair_ostatus.php b/mod/repair_ostatus.php index 5a8554dff8..2b1224f423 100755 --- a/mod/repair_ostatus.php +++ b/mod/repair_ostatus.php @@ -11,7 +11,7 @@ function repair_ostatus_content(&$a) { // NOTREACHED } - $o = "

".t("Resubsribing to OStatus contacts")."

"; + $o = "

".t("Resubscribing to OStatus contacts")."

"; $uid = local_user(); @@ -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");