From f2420941ca3b23a893e764fb0e5672621f9998b1 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 28 Oct 2015 18:35:22 +0100 Subject: [PATCH] magic of a dot --- irc/irc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/irc.php b/irc/irc.php index f400a77c..0ac7be37 100644 --- a/irc/irc.php +++ b/irc/irc.php @@ -33,7 +33,7 @@ function irc_addon_settings(&$a,&$s) { $autochans = get_pconfig( local_user(), 'irc','autochans'); /* auto connect chans */ $t = get_markup_template( "settings.tpl", "addon/irc/" ); - $s = replace_macros($t, array( + $s .= replace_macros($t, array( '$header' => t('IRC Settings'), '$info' => t('Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in.'), '$submit' => t('Save Settings'),