]> git.mxchange.org Git - friendica-addons.git/blobdiff - group_text/group_text.php
Merge pull request #1007 from annando/notice-info
[friendica-addons.git] / group_text / group_text.php
index 7ccacd92b582c2c42b3bda26b7feb4a77c13253e..06b3f6151d79e3b74de024650bafddbded4248d6 100644 (file)
@@ -6,7 +6,6 @@
  * Author: Thomas Willingham <https://kakste.com/profile/beardyunixer>
  */
 use Friendica\Core\Hook;
-use Friendica\Core\L10n;
 use Friendica\Core\Logger;
 use Friendica\DI;
 
@@ -43,8 +42,6 @@ function group_text_settings_post($a,$post) {
        if(! local_user() || empty($_POST['group_text-submit']))
                return;
        DI::pConfig()->set(local_user(),'system','groupedit_image_limit',intval($_POST['group_text']));
-
-       info(DI::l10n()->t('Group Text settings updated.') . EOL);
 }