From b106b53d05b434f5bc717b87d4db56b511e1418b Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 16 Oct 2017 23:01:00 -0700 Subject: don't translate 'guest:' since it is part of a url --- include/security.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/security.php b/include/security.php index d9078eb89..450cc4f69 100644 --- a/include/security.php +++ b/include/security.php @@ -114,7 +114,7 @@ function atoken_xchan($atoken) { 'atoken_id' => $atoken['atoken_id'], 'xchan_hash' => substr($c['channel_hash'],0,16) . '.' . $atoken['atoken_name'], 'xchan_name' => $atoken['atoken_name'], - 'xchan_addr' => t('guest:') . $atoken['atoken_name'] . '@' . \App::get_hostname(), + 'xchan_addr' => 'guest:' . $atoken['atoken_name'] . '@' . \App::get_hostname(), 'xchan_network' => 'unknown', 'xchan_url' => z_root() . '/guest/' . substr($c['channel_hash'],0,16) . '.' . $atoken['atoken_name'], 'xchan_hidden' => 1, -- cgit v1.2.3