]> git.mxchange.org Git - friendica-addons.git/blobdiff - showmore_dyn/showmore_dyn.php
[twitter] Fix return value of twitter_user_to_contact()
[friendica-addons.git] / showmore_dyn / showmore_dyn.php
index 73eb7b17a2d839e757f86068ed1b29c4469c7ad6..32aedb08061635275dd015a48113cd6b2357cf5d 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'],
        ]);