]> git.mxchange.org Git - friendica-addons.git/blobdiff - libravatar/libravatar.php
Merge pull request #547 from AndyHee/patch-20180315
[friendica-addons.git] / libravatar / libravatar.php
index 14e6c82f941bcabd566d7c70d80b6984d947b8ce..dd1d613f0d31e7f2fc44f784451116beb3df32bc 100644 (file)
@@ -88,7 +88,7 @@ function libravatar_addon_admin(&$a, &$o)
        // Show warning if PHP version is too old
        if (! version_compare(PHP_VERSION, '5.3.0', '>=')) {
                $o = '<h5>' .L10n::t('Warning') .'</h5><p>';
-               $o .= sprintf(L10n::t('Your PHP version %s is lower than the required PHP >= 5.3.'), PHP_VERSION);
+               $o .= L10n::t('Your PHP version %s is lower than the required PHP >= 5.3.', PHP_VERSION);
                $o .= '<br>' .L10n::t('This addon is not functional on your server.') .'<p><br>';
                return;
        }