#8374: Removed unnecessary template variable
authorChristian Wiwie <jonsnow@posteo.de>
Mon, 16 Mar 2020 15:20:32 +0000 (16:20 +0100)
committerChristian Wiwie <jonsnow@posteo.de>
Mon, 16 Mar 2020 15:20:32 +0000 (16:20 +0100)
showmore_dyn/showmore_dyn.php

index 73eb7b1..32aedb0 100644 (file)
@@ -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'],
        ]);