X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Frepair_ostatus.php;h=3372d0326117833a680dd4d75a14a2b08791f7c6;hb=0b5f7da270bcaa679cb684dbbbbe40781f0b49c6;hp=06e34a63e0ece12747c03825b0a601b442206710;hpb=6aac9dfc9c16cf18650e0eceb1ad31c14932ec3b;p=friendica.git diff --git a/mod/repair_ostatus.php b/mod/repair_ostatus.php old mode 100755 new mode 100644 index 06e34a63e0..3372d03261 --- a/mod/repair_ostatus.php +++ b/mod/repair_ostatus.php @@ -1,17 +1,19 @@ ".t("Resubsribing to OStatus contacts").""; + $o = "

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

"; $uid = local_user(); @@ -51,7 +53,7 @@ function repair_ostatus_content(&$a) { $result = new_contact($uid,$r[0]["url"],true); - $a->page['htmlhead'] = ''; + $a->page['htmlhead'] = ''; return $o; }