mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
Missing sprintf
git-svn-id: file:///svn/phpbb/trunk@4152 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
50c157aed9
commit
fed8ae89c5
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
// TODO
|
||||
// Add permission check for IM clients
|
||||
// Combine Jabber and email contact capabilities?
|
||||
// When registering a new jabber user the message doesn't get sent first time
|
||||
|
||||
define('IN_PHPBB', true);
|
||||
$phpbb_root_path = './';
|
||||
|
@ -228,6 +229,7 @@ switch ($mode)
|
|||
'PRESENCE_IMG' => $presence_img,
|
||||
|
||||
'L_SEND_IM_EXPLAIN' => $user->lang['IM_' . $lang],
|
||||
'L_IM_SENT_JABBER' => sprintf($user->lang['IM_SENT_JABBER'], $row['username']),
|
||||
|
||||
$s_select => true,
|
||||
'S_IM_ACTION' => $s_action)
|
||||
|
|
Loading…
Add table
Reference in a new issue