From b5056b11efaabca96b5b570e237b325ce7be5032 Mon Sep 17 00:00:00 2001 From: Christian Wiwie Date: Mon, 16 Mar 2020 16:20:32 +0100 Subject: [PATCH] #8374: Removed unnecessary template variable --- showmore_dyn/showmore_dyn.php | 1 - 1 file changed, 1 deletion(-) diff --git a/showmore_dyn/showmore_dyn.php b/showmore_dyn/showmore_dyn.php index 73eb7b17..32aedb08 100644 --- a/showmore_dyn/showmore_dyn.php +++ b/showmore_dyn/showmore_dyn.php @@ -61,7 +61,6 @@ function showmore_dyn_settings(App &$a, &$o) $o .= Renderer::replaceMacros($t, [ '$submit' => DI::l10n()->t('Save Settings'), '$title' => 'Showmore Dynamic', - '$label' => DI::l10n()->t('Limit Height'), '$limitHeight' => ['limitHeight', DI::l10n()->t('Limit Height'), $limitHeight, 'The maximal height of posts when collapsed', '', '', 'number'], ]);