mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-24 02:23:41 +00:00
#8374: Removed unnecessary template variable
This commit is contained in:
parent
959f98e476
commit
b5056b11ef
1 changed files with 0 additions and 1 deletions
|
@ -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'],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue