#8374: Removed unnecessary template variable

This commit is contained in:
Christian Wiwie 2020-03-16 16:20:32 +01:00
parent 959f98e476
commit b5056b11ef
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ function showmore_dyn_settings(App &$a, &$o)
$o .= Renderer::replaceMacros($t, [ $o .= Renderer::replaceMacros($t, [
'$submit' => DI::l10n()->t('Save Settings'), '$submit' => DI::l10n()->t('Save Settings'),
'$title' => 'Showmore Dynamic', '$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'], '$limitHeight' => ['limitHeight', DI::l10n()->t('Limit Height'), $limitHeight, 'The maximal height of posts when collapsed', '', '', 'number'],
]); ]);