From: Michael Date: Mon, 3 Oct 2022 20:23:14 +0000 (+0000) Subject: Wppost: Fix "PHP Notice: Undefined index:" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=476de2a95d77b49718c0419922b83c4dd17f9a68;p=friendica-addons.git Wppost: Fix "PHP Notice: Undefined index:" --- diff --git a/wppost/templates/connector_settings.tpl b/wppost/templates/connector_settings.tpl index 0afd676c..f31bd431 100644 --- a/wppost/templates/connector_settings.tpl +++ b/wppost/templates/connector_settings.tpl @@ -3,3 +3,6 @@ {{include file="field_password.tpl" field=$password}} {{include file="field_input.tpl" field=$blog}} {{include file="field_checkbox.tpl" field=$bydefault}} +{{include file="field_checkbox.tpl" field=$backlink}} +{{include file="field_input.tpl" field=$backlink_text}} +{{include file="field_checkbox.tpl" field=$shortcheck}}