]> git.mxchange.org Git - friendica-addons.git/commitdiff
Unneeded "info" messages removed
authorMichael <heluecht@pirati.ca>
Thu, 23 Jul 2020 03:48:52 +0000 (03:48 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 23 Jul 2020 03:48:52 +0000 (03:48 +0000)
37 files changed:
blockbot/blockbot.php
blockem/blockem.php
buffer/buffer.php
cookienotice/cookienotice.php
curweather/curweather.php
diaspora/diaspora.php
forumdirectory/forumdirectory.php
fromapp/fromapp.php
geocoordinates/geocoordinates.php
geonames/geonames.php
gnot/gnot.php
gravatar/gravatar.php
group_text/group_text.php
impressum/impressum.php
irc/irc.php
jappixmini/jappixmini.php
langfilter/langfilter.php
libravatar/libravatar.php
notifyall/notifyall.php
notimeline/notimeline.php
nsfw/nsfw.php
numfriends/numfriends.php
openstreetmap/openstreetmap.php
pageheader/pageheader.php
piwik/piwik.php
public_server/public_server.php
qcomment/qcomment.php
remote_permissions/remote_permissions.php
securemail/securemail.php
showmore/showmore.php
statusnet/statusnet.php
superblock/superblock.php
tumblr/tumblr.php
twitter/twitter.php
webrtc/webrtc.php
windowsphonepush/windowsphonepush.php
xmpp/xmpp.php

index 6bf709708918963ef7edda678901ae2c7ed6bc1a..61715b28967c605c1a6222627d8d85b12b494577 100644 (file)
@@ -42,7 +42,6 @@ function blockbot_addon_admin_post(&$a) {
        DI::config()->set('blockbot', 'good_crawlers', $_POST['good_crawlers'] ?? false);
        DI::config()->set('blockbot', 'block_gab', $_POST['block_gab'] ?? false);
        DI::config()->set('blockbot', 'training', $_POST['training'] ?? false);
-       info(DI::l10n()->t('Settings updated.'). EOL);
 }
 
 function blockbot_init_1(App $a) {
index 3a32aa2d4f8831470bd3186ba65a97c82589b303..1a317284162c8a7da9ec9259f692aabc4a9e7645 100644 (file)
@@ -78,7 +78,6 @@ function blockem_addon_settings_post(App $a, array &$b)
 
        if (!empty($_POST['blockem-submit'])) {
                DI::pConfig()->set(local_user(), 'blockem', 'words', trim($_POST['blockem-words']));
-               info(DI::l10n()->t('BLOCKEM Settings saved.') . EOL);
        }
 }
 
@@ -242,6 +241,5 @@ function blockem_init(App $a)
        }
 
        DI::pConfig()->set(local_user(), 'blockem', 'words', $words);
-       info(DI::l10n()->t('blockem settings updated') . EOL);
        exit();
 }
index b008b52f907e926ac4ca35be499a8b43acfe4104..2a7004c82a2ad39f142ba39466a922c5b03fd5f6 100644 (file)
@@ -89,8 +89,6 @@ function buffer_addon_admin_post(App $a)
 
        DI::config()->set('buffer', 'client_id'    , $client_id);
        DI::config()->set('buffer', 'client_secret', $client_secret);
-
-       info(DI::l10n()->t('Settings updated.'). EOL);
 }
 
 function buffer_connect(App $a)
index a5df0d2d6110179ea730050966bbbb105954fe87..4ca862800b2e78064d2a4dac274561b90703f5e6 100644 (file)
@@ -70,7 +70,6 @@ function cookienotice_addon_admin_post(App $a)
        if ($_POST['cookienotice-submit']) {
                DI::config()->set('cookienotice', 'text', trim(strip_tags($_POST['cookienotice-text'])));
                DI::config()->set('cookienotice', 'oktext', trim(strip_tags($_POST['cookienotice-oktext'])));
-               info(DI::l10n()->t('cookienotice Settings saved.'));
        }
 }
 
index e4b6119f905b7ee2838ec66dc758cb118cf7b1b5..d9a1d20299a45abce55c87dd56b01b2c68d21caf 100644 (file)
@@ -52,7 +52,7 @@ function getWeather($loc, $units = 'metric', $lang = 'en', $appid = '', $cacheti
                $res = new SimpleXMLElement(Network::fetchUrl($url));
        } catch (Exception $e) {
                if (empty($_SESSION['curweather_notice_shown'])) {
-                       info(DI::l10n()->t('Error fetching weather data. Error was: '.$e->getMessage()));
+                       notice(DI::l10n()->t('Error fetching weather data. Error was: '.$e->getMessage()));
                        $_SESSION['curweather_notice_shown'] = true;
                }
 
@@ -170,8 +170,6 @@ function curweather_addon_settings_post(App $a, $post)
        DI::pConfig()->set(local_user(), 'curweather', 'curweather_loc'   , trim($_POST['curweather_loc']));
        DI::pConfig()->set(local_user(), 'curweather', 'curweather_enable', intval($_POST['curweather_enable']));
        DI::pConfig()->set(local_user(), 'curweather', 'curweather_units' , trim($_POST['curweather_units']));
-
-       info(DI::l10n()->t('Current Weather settings updated.') . EOL);
 }
 
 function curweather_addon_settings(App $a, &$s)
@@ -221,8 +219,6 @@ function curweather_addon_admin_post(App $a)
        if (!empty($_POST['curweather-submit'])) {
                DI::config()->set('curweather', 'appid',     trim($_POST['appid']));
                DI::config()->set('curweather', 'cachetime', trim($_POST['cachetime']));
-
-               info(DI::l10n()->t('Curweather settings saved.' . PHP_EOL));
        }
 }
 
index edf6922dc195dc4c52df535538cc023b597fb4be..0a43462c6048af53677b6d6cb1152fd6b3cf1939 100644 (file)
@@ -135,10 +135,8 @@ function diaspora_settings_post(App $a, &$b)
                                DI::pConfig()->set(local_user(),'diaspora', 'aspect'         , trim($_POST['aspect']));
                                DI::pConfig()->set(local_user(),'diaspora', 'post_by_default', intval($_POST['post_by_default']));
                        }
-                       notice(DI::l10n()->t('Diaspora settings updated.'));
                } else {
                        DI::pConfig()->delete(local_user(), 'diaspora', 'password');
-                       notice(DI::l10n()->t('Diaspora connector disabled.'));
                }
        }
 }
index 8c260fd71b512935eca399a70097d0dba4ace825..566e32a3574f0af28cc892233742dba1d8c62c3a 100644 (file)
@@ -127,7 +127,7 @@ function forumdirectory_content(App $a)
                }
                DBA::close($r);
        } else {
-               info(DI::l10n()->t("No entries \x28some entries may be hidden\x29.") . EOL);
+               notice(DI::l10n()->t("No entries \x28some entries may be hidden\x29.") . EOL);
        }
 
        $tpl = Renderer::getMarkupTemplate('directory_header.tpl');
index 8f787cab11fa5f95ceba9846a6dbab15c2f63ecf..6c8e4717a150521d91cc9a0eafe44408b98dc56d 100644 (file)
@@ -35,8 +35,6 @@ function fromapp_settings_post($a, $post)
 
        DI::pConfig()->set(local_user(), 'fromapp', 'app', $_POST['fromapp-input']);
        DI::pConfig()->set(local_user(), 'fromapp', 'force', intval($_POST['fromapp-force']));
-
-       info(DI::l10n()->t('Fromapp settings updated.') . EOL);
 }
 
 function fromapp_settings(&$a, &$s)
index 7a7a6d9ade1c4b8fa9f7059f81c6bf308cc73a14..fc0d17dbb926b02b4b0e8fa8670e176027331acf 100644 (file)
@@ -103,5 +103,4 @@ function geocoordinates_addon_admin_post(&$a)
 
        $language  = (!empty($_POST['language']) ? Strings::escapeTags(trim($_POST['language']))   : '');
        DI::config()->set('geocoordinates', 'language', $language);
-       info(DI::l10n()->t('Settings updated.') . EOL);
 }
index e6962d764efff4b52896fed5e4c6c7e8dfb701b0..add12b270e4e4dcbc1d72a2ba3a80795befd9403 100644 (file)
@@ -108,8 +108,6 @@ function geonames_addon_settings_post(App $a, array $post)
        }
 
        DI::pConfig()->set(local_user(), 'geonames', 'enable', intval($_POST['geonames-enable']));
-
-       info(DI::l10n()->t('Geonames settings updated.'));
 }
 
 /**
index 26012c44187bd8688ec1eb882fb9f7914b5f7e0b..f24db4a1b317f552fea689ad8fd386756ccdfc53 100644 (file)
@@ -49,7 +49,6 @@ function gnot_settings_post($a,$post) {
                return;
 
        DI::pConfig()->set(local_user(),'gnot','enable',intval($_POST['gnot']));
-       info(DI::l10n()->t('Gnot settings updated.') . EOL);
 }
 
 
index 5ba9dcff01d7403787444d9523669a9c5a8cac1a..febb12938965b19ba39440ba11c172eabc8b4745 100644 (file)
@@ -125,5 +125,4 @@ function gravatar_addon_admin_post (&$a) {
        $rating = (!empty($_POST['rating']) ? Strings::escapeTags(trim($_POST['rating'])) : 'g');
        DI::config()->set('gravatar', 'default_avatar', $default_avatar);
        DI::config()->set('gravatar', 'rating', $rating);
-       info(DI::l10n()->t('Gravatar settings updated.') .EOL);
 }
index b8a1d21fd0b7e5fcdd1f30c103c379a691676105..06b3f6151d79e3b74de024650bafddbded4248d6 100644 (file)
@@ -42,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);
 }
 
 
index 9f791728152290d3204d5be58a4ec6ebe2f43add..0152189efbe330761525afee956b4d6cadf1559f 100644 (file)
@@ -98,7 +98,6 @@ function impressum_addon_admin_post (&$a) {
     DI::config()->set('impressum','email',strip_tags($email));
     DI::config()->set('impressum','notes',strip_tags($notes));
     DI::config()->set('impressum','footer_text',strip_tags($footer_text));
-    info(DI::l10n()->t('Settings updated.'). EOL );
 }
 function impressum_addon_admin (&$a, &$o) {
     $t = Renderer::getMarkupTemplate( "admin.tpl", "addon/impressum/" );
index 2c969d4be614b76173545ea16ef4d87ba8ddcb38..6dccd4846209dfee0f085249d3e520bc0a739a5d 100644 (file)
@@ -62,7 +62,6 @@ function irc_addon_settings_post(&$a, &$b) {
                        DI::pConfig()->set(local_user(), 'irc', 'sitechats', trim($_POST['sitechats']));
                }
                /* upid pop-up thing */
-               info(DI::l10n()->t('IRC settings saved.') . EOL);
        }
 }
 
@@ -132,8 +131,6 @@ function irc_addon_admin_post (&$a) {
        if($_POST['irc-submit']) {
                DI::config()->set('irc','autochans',trim($_POST['autochans']));
                DI::config()->set('irc','sitechats',trim($_POST['sitechats']));
-               /* stupid pop-up thing */
-               info(DI::l10n()->t('IRC settings saved.') . EOL);
        }
 }
 function irc_addon_admin (&$a, &$o) {
index ad4d4901432c38a70dc50ac5b4fb833864654362..39065df8a3b9123061c47ef66234f4b006bef5c2 100644 (file)
@@ -434,7 +434,7 @@ function jappixmini_settings_post(App $a, &$b)
                        // check that Jabber password was encrypted with correct Friendica password
                        $friendica_password = trim($b['jappixmini-friendica-password']);
                        if (!User::authenticate((int) $uid, $friendica_password)) {
-                               info("Wrong friendica password!");
+                               notice("Wrong friendica password!");
                                return;
                        }
                }
@@ -462,11 +462,9 @@ function jappixmini_settings_post(App $a, &$b)
                DI::pConfig()->set($uid, 'jappixmini', 'activate'      , intval($b['jappixmini-activate']));
                DI::pConfig()->set($uid, 'jappixmini', 'dontinsertchat', intval($b['jappixmini-dont-insertchat']));
                DI::pConfig()->set($uid, 'jappixmini', 'encrypt'       , $encrypt);
-               info('Jappix Mini settings saved.');
 
                if ($purge) {
                        q("DELETE FROM `pconfig` WHERE `uid`=$uid AND `cat`='jappixmini' AND `k` LIKE 'id:%%'");
-                       info('List of addresses purged.');
                }
        }
 }
index 42eff1452c8dde40fc5113d069ac764c2481e9d3..f4884d19fb6e93281912720db7166305ba5d42b9 100644 (file)
@@ -92,8 +92,6 @@ function langfilter_addon_settings_post(App $a, &$b)
                DI::pConfig()->set(local_user(), 'langfilter', 'languages'    , $languages);
                DI::pConfig()->set(local_user(), 'langfilter', 'minconfidence', $minconfidence);
                DI::pConfig()->set(local_user(), 'langfilter', 'minlength'    , $minlength);
-
-               info(DI::l10n()->t('Language Filter Settings saved.'));
        }
 }
 
index c49ac5c5960c95b67482d33ad928a91e7c8ff20a..1c4f0e903316c289113155e9357954cb0fc4815d 100644 (file)
@@ -126,5 +126,4 @@ function libravatar_addon_admin_post(&$a)
 
        $default_avatar = (!empty($_POST['avatar']) ? Strings::escapeTags(trim($_POST['avatar'])) : 'identicon');
        DI::config()->set('libravatar', 'default_avatar', $default_avatar);
-       info(DI::l10n()->t('Libravatar settings updated.') .EOL);
 }
index 6d1793804dbacebc090cce5052453495c5aed20b..7b23255388f6ea0be58a0110cf87d44151d7e54e 100644 (file)
@@ -66,7 +66,7 @@ function notifyall_post(App $a)
                DI::emailer()->send($notifyEmail->withRecipient($recipient['email']));
        }
 
-       notice(DI::l10n()->t('Emails sent'));
+       info(DI::l10n()->t('Emails sent'));
        DI::baseUrl()->redirect('admin');
 }
 
index a0765b962598ba3ceea71e9309904b8f58ab36dd..e5ff8918ddbe2bef9b4b6f0db0842f8624dc942e 100644 (file)
@@ -29,7 +29,6 @@ function notimeline_settings_post($a, $post)
        }
 
        DI::pConfig()->set(local_user(), 'system', 'no_wall_archive_widget', intval($_POST['notimeline']));
-       info(DI::l10n()->t('No Timeline settings updated.') . EOL);
 }
 
 function notimeline_settings(&$a, &$s)
index 85260c7f77b13b383bd7aa8acafd1300c31714ab..65b26f596fdb91fe44c486811d5d7325c6dad6ea 100644 (file)
@@ -105,7 +105,6 @@ function nsfw_addon_settings_post(&$a, &$b)
                $enable = (!empty($_POST['nsfw-enable']) ? intval($_POST['nsfw-enable']) : 0);
                $disable = 1 - $enable;
                DI::pConfig()->set(local_user(), 'nsfw', 'disable', $disable);
-               info(DI::l10n()->t('NSFW Settings saved.') . EOL);
        }
 }
 
index 9143fb494b52534ab8ec47463032ae3d3b9d031a..6ee3956ba9f18d01b8539acfaa02e6997a1cd7bf 100644 (file)
@@ -40,7 +40,6 @@ function numfriends_settings_post($a,$post) {
                return;
 
        DI::pConfig()->set(local_user(),'system','display_friend_count',intval($_POST['numfriends']));
-       info( DI::l10n()->t('Numfriends settings updated.') . EOL);
 }
 
 
index 5df1c7d7d42db85428c9701d1c46e796dc08f2d0..715e708857ac78eb300b62b131abf00144d893ad 100644 (file)
@@ -223,6 +223,4 @@ function openstreetmap_addon_admin_post(&$a)
        DI::config()->set('openstreetmap', 'nomserver', $urlnom);
        DI::config()->set('openstreetmap', 'zoom', $zoom);
        DI::config()->set('openstreetmap', 'marker', $marker);
-
-       info(DI::l10n()->t('Settings updated.') . EOL);
 }
index 201df32214caec25de9a04d4a76f648dc048231c..f0d75400e80e1645795800ffec8e5aa3bc7e44ed 100644 (file)
@@ -51,7 +51,6 @@ function pageheader_addon_admin_post(App $a)
                if (isset($_POST['pageheader-words'])) {
                        DI::config()->set('pageheader', 'text', trim(strip_tags($_POST['pageheader-words'])));
                }
-               info(DI::l10n()->t('pageheader Settings saved.'));
        }
 }
 
index 6dba45a347c1466215b1ed6a91be4941869b0284..94f78bb4628f30e037065b745644ebd13ff47a10 100644 (file)
@@ -117,5 +117,4 @@ function piwik_addon_admin_post (&$a) {
        DI::config()->set('piwik', 'siteid', $id);
        DI::config()->set('piwik', 'optout', $optout);
        DI::config()->set('piwik', 'async', $async);
-       info(DI::l10n()->t('Settings updated.'). EOL);
 }
index 41c6283253d86a0cedf1ba54a568c0b3653fe447..f52703dfec087fc8d1831f284e9dec57cfa93320 100644 (file)
@@ -160,7 +160,6 @@ function public_server_addon_admin_post(&$a)
        DI::config()->set('public_server', 'flagusers', $flagusers);
        DI::config()->set('public_server', 'flagposts', $flagposts);
        DI::config()->set('public_server', 'flagpostsexpire', $flagpostsexpire);
-       info(DI::l10n()->t('Settings saved').EOL);
 }
 
 function public_server_addon_admin(&$a, &$o)
index 1ce09205316555212cb60efadebe22004985467e..45f9d972af51d0eca85dcc0db9aa6b7d109fbaf8 100644 (file)
@@ -67,6 +67,5 @@ function qcomment_addon_settings_post(&$a, &$b)
 
        if ($_POST['qcomment-submit']) {
                DI::pConfig()->set(local_user(), 'qcomment', 'words', XML::escape($_POST['qcomment-words']));
-               info(DI::l10n()->t('Quick Comment settings saved.') . EOL);
        }
 }
index 26817182819cc72101043002e7c17abd1e51cecd..159e3cf941ebf82fd19ac342107ad8ac66c5ba4b 100644 (file)
@@ -60,7 +60,6 @@ function remote_permissions_settings_post($a,$post) {
                return;
 
        DI::pConfig()->set(local_user(),'remote_perms','show',intval($_POST['remote-perms']));
-       info(DI::l10n()->t('Remote Permissions settings updated.') . EOL);
 }
 
 function remote_permissions_content($a, $item_copy) {
@@ -209,5 +208,4 @@ function remote_permissions_addon_admin(&$a, &$o){
 function remote_permissions_addon_admin_post(&$a){
        $choice =       (!empty($_POST['remotepermschoice'])            ? Strings::escapeTags(trim($_POST['remotepermschoice']))        : '');
        DI::config()->set('remote_perms','global',($choice == 1 ? 1 : 0));
-       info(DI::l10n()->t('Settings updated.'). EOL);
 }
index 115ba47290e2cb2f6d7ed948edb726b33220ce8b..e0780614a1f2eb05870719a7bba420528595072c 100644 (file)
@@ -86,7 +86,6 @@ function securemail_settings_post(App &$a, array &$b)
                DI::pConfig()->set(local_user(), 'securemail', 'pkey', trim($_POST['securemail-pkey']));
                $enable = (!empty($_POST['securemail-enable']) ? 1 : 0);
                DI::pConfig()->set(local_user(), 'securemail', 'enable', $enable);
-               info(DI::l10n()->t('Secure Mail Settings saved.') . EOL);
 
                if ($_POST['securemail-submit'] == DI::l10n()->t('Save and send test')) {
 
index 277c29ced5c380a9af00976d68ab3b6761d1c5ec..d8eccfddf48591f7b4179afaa4e61b248a04399d 100644 (file)
@@ -73,7 +73,6 @@ function showmore_addon_settings_post(&$a, &$b)
                $enable = (!empty($_POST['showmore-enable']) ? intval($_POST['showmore-enable']) : 0);
                $disable = 1-$enable;
                DI::pConfig()->set(local_user(), 'showmore', 'disable', $disable);
-               info(DI::l10n()->t('Show More Settings saved.') . EOL);
        }
 }
 
index 0fd1fd79fc1948dd7f5ba00e3268e8052f110921..de2fad9c642d4ad6a56eab07439e21fd1d307295 100644 (file)
@@ -224,8 +224,6 @@ function statusnet_settings_post(App $a, $post)
 
                                        if (!intval($_POST['statusnet-mirror']))
                                                DI::pConfig()->delete(local_user(), 'statusnet', 'lastid');
-
-                                       info(DI::l10n()->t('GNU Social settings updated.') . EOL);
                                }
                        }
                }
index e0b3ff83e9f859803e5e173aca6053c25492d9ee..9ba9c6d245f2196f61fbfdd1460c13acbc0d6381 100644 (file)
@@ -68,7 +68,6 @@ function superblock_addon_settings_post(&$a, &$b)
 
        if (!empty($_POST['superblock-submit'])) {
                DI::pConfig()->set(local_user(), 'system', 'blocked',trim($_POST['superblock-words']));
-               info(DI::l10n()->t('SUPERBLOCK Settings saved.') . EOL);
        }
 }
 
@@ -163,6 +162,5 @@ function superblock_init(&$a)
        }
 
        DI::pConfig()->set(local_user(), 'system', 'blocked', $words);
-       info(DI::l10n()->t('superblock settings updated') . EOL );
        exit();
 }
index e42e97aaf52fe731346155908ac07d19256d528e..23127980e0dd1d65820efbd354d6b09c0e8443ee 100644 (file)
@@ -90,8 +90,6 @@ function tumblr_addon_admin_post(App $a)
 
        DI::config()->set('tumblr', 'consumer_key',$consumer_key);
        DI::config()->set('tumblr', 'consumer_secret',$consumer_secret);
-
-       info(DI::l10n()->t('Settings updated.'). EOL);
 }
 
 function tumblr_connect(App $a)
index 948bb6be6275a577a0639e6b63d77b6a98eb4f78..4391dffbaa9de146821c126b9d8ff9e5bf782114 100644 (file)
@@ -241,9 +241,9 @@ function twitter_settings_post(App $a)
                                DI::pConfig()->set(local_user(), 'twitter', 'oauthsecret', $token['oauth_token_secret']);
                                DI::pConfig()->set(local_user(), 'twitter', 'post', 1);
                        } catch(Exception $e) {
-                               info($e->getMessage());
+                               notice($e->getMessage());
                        } catch(TwitterOAuthException $e) {
-                               info($e->getMessage());
+                               notice($e->getMessage());
                        }
                        //  reload the Addon Settings page, if we don't do it see Bug #42
                        DI::baseUrl()->redirect('settings/connectors');
@@ -259,8 +259,6 @@ function twitter_settings_post(App $a)
                        if (!intval($_POST['twitter-mirror'])) {
                                DI::pConfig()->delete(local_user(), 'twitter', 'lastid');
                        }
-
-                       info(DI::l10n()->t('Twitter settings updated.') . EOL);
                }
        }
 }
@@ -737,7 +735,6 @@ function twitter_addon_admin_post(App $a)
        $consumersecret = !empty($_POST['consumersecret']) ? Strings::escapeTags(trim($_POST['consumersecret'])) : '';
        DI::config()->set('twitter', 'consumerkey', $consumerkey);
        DI::config()->set('twitter', 'consumersecret', $consumersecret);
-       info(DI::l10n()->t('Settings updated.') . EOL);
 }
 
 function twitter_addon_admin(App $a, &$o)
index 0399eddef3e229279cd0b6f5513b6fc579e9f322..f2facf68bebb3ff8bc5f4c8e302ae70c1e5c9539 100644 (file)
@@ -34,7 +34,6 @@ function webrtc_addon_admin (&$a, &$o) {
 function webrtc_addon_admin_post (&$a) {
         $url = (!empty($_POST['webrtcurl']) ? Strings::escapeTags(trim($_POST['webrtcurl'])) : '');
            DI::config()->set('webrtc', 'webrtcurl', $url);
-           info(DI::l10n()->t('Settings updated.'). EOL);
 }
 
 function webrtc_module() {
index e24a9b2082860534caca8dceb61e0a5080b91e5d..3c91a46d5738409095388eb191b9c6d0666b6c3c 100644 (file)
@@ -91,8 +91,6 @@ function windowsphonepush_settings_post($a, $post)
        }
 
        DI::pConfig()->set(local_user(), 'windowsphonepush', 'senditemtext', intval($_POST['windowsphonepush-senditemtext']));
-
-       info(DI::l10n()->t('WindowsPhonePush settings updated.') . EOL);
 }
 
 /* Called from the Addon Setting form.
index 33da9715554de63a0c0b039aa831c01411dafc88..67ce1e005ea7c7272a5854405ba795251bc9373d 100644 (file)
@@ -38,8 +38,6 @@ function xmpp_addon_settings_post()
        DI::pConfig()->set(local_user(), 'xmpp', 'enabled', $_POST['xmpp_enabled'] ?? false);
        DI::pConfig()->set(local_user(), 'xmpp', 'individual', $_POST['xmpp_individual'] ?? false);
        DI::pConfig()->set(local_user(), 'xmpp', 'bosh_proxy', $_POST['xmpp_bosh_proxy'] ?? '');
-
-       info(DI::l10n()->t('XMPP settings updated.') . EOL);
 }
 
 function xmpp_addon_settings(App $a, &$s)
@@ -121,8 +119,6 @@ function xmpp_addon_admin_post()
 
        DI::config()->set('xmpp', 'bosh_proxy', $bosh_proxy);
        DI::config()->set('xmpp', 'central_userbase', $central_userbase);
-
-       info(DI::l10n()->t('Settings updated.') . EOL);
 }
 
 function xmpp_script(App $a)