From: Michael Vogel Date: Sun, 5 Jan 2014 15:28:42 +0000 (+0100) Subject: Cleaning up some changes from the merge X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8eedebfee34d52badaa80ea4641e8aa4a7bfe1d6;p=friendica.git Cleaning up some changes from the merge --- diff --git a/mod/crepair.php b/mod/crepair.php index 0fdab7eebe..223c7c60e2 100644 --- a/mod/crepair.php +++ b/mod/crepair.php @@ -168,8 +168,6 @@ function crepair_content(&$a) { '$notify' => $contact['notify'], '$poll' => $contact['poll'], '$contact_attag' => $contact['attag'], - '$contact_self' => array('remote_self', t('Mirror all posts to the wall?'), $contact['remote_self'], - t('Shall all posts from this contact posted like your own posts?')), '$lbl_submit' => t('Submit') )); diff --git a/view/templates/crepair.tpl b/view/templates/crepair.tpl index 5cc4462b39..d53af5dad7 100644 --- a/view/templates/crepair.tpl +++ b/view/templates/crepair.tpl @@ -42,8 +42,6 @@ {{include file="field_checkbox.tpl" field=$remote_self}} {{/if}} -{{include file="field_checkbox.tpl" field=$contact_self}} -