From: Hypolite Petovan Date: Tue, 18 Dec 2018 13:39:26 +0000 (-0500) Subject: Fix wrong merge + nofilter in contact_edit X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a01bdbbe2d8000768c5496d2de660e87dca1ec32;p=friendica.git Fix wrong merge + nofilter in contact_edit --- diff --git a/view/templates/contact_edit.tpl b/view/templates/contact_edit.tpl index c86add3273..08570ec496 100644 --- a/view/templates/contact_edit.tpl +++ b/view/templates/contact_edit.tpl @@ -32,7 +32,7 @@ {{if $poll_enabled}}
  • {{$lastupdtext}} {{$last_update}}
    {{if $poll_interval}} - {{$updpub}} {{$poll_interval}} + {{$updpub}} {{$poll_interval nofilter}} {{/if}}
  • {{/if}} diff --git a/view/theme/frio/templates/contact_edit.tpl b/view/theme/frio/templates/contact_edit.tpl index 8d9bd232a9..fd5f1c0f1c 100644 --- a/view/theme/frio/templates/contact_edit.tpl +++ b/view/theme/frio/templates/contact_edit.tpl @@ -46,7 +46,7 @@
  • {{$lastupdtext}} {{$last_update}}
    {{if $poll_interval}} {{$updpub}} {{$poll_interval nofilter}} - + {{/if}}
  • {{/if}} diff --git a/view/theme/vier/templates/contact_edit.tpl b/view/theme/vier/templates/contact_edit.tpl index 7e53caedc6..2f52f82f81 100644 --- a/view/theme/vier/templates/contact_edit.tpl +++ b/view/theme/vier/templates/contact_edit.tpl @@ -33,7 +33,7 @@ {{if $poll_enabled}}
  • {{$lastupdtext}} {{$last_update}}
    {{if $poll_interval}} - {{$updpub}} {{$poll_interval}} + {{$updpub}} {{$poll_interval nofilter}} {{/if}}
  • {{/if}}