diff options
author | friendica <info@friendica.com> | 2015-01-08 16:03:30 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-08 16:03:30 -0800 |
commit | fab09ef1bc7ebd74055f62350e7012dec09c817b (patch) | |
tree | 51ea03d8bf877a8eee3ccdeaf8c9ac441d2a3f09 /include/items.php | |
parent | 0657195125675700eeb9bcd1bc92f4299cac0304 (diff) | |
parent | 836223bf5b60a8b0db27dac9e5c183c77fa6a2e1 (diff) | |
download | volse-hubzilla-fab09ef1bc7ebd74055f62350e7012dec09c817b.tar.gz volse-hubzilla-fab09ef1bc7ebd74055f62350e7012dec09c817b.tar.bz2 volse-hubzilla-fab09ef1bc7ebd74055f62350e7012dec09c817b.zip |
Merge branch 'master' into trinidad
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index c488e1953..e2534528a 100755 --- a/include/items.php +++ b/include/items.php @@ -3183,7 +3183,7 @@ function mail_store($arr) { $arr['account_id'] = ((x($arr,'account_id')) ? intval($arr['account_id']) : 0); $arr['mid'] = ((x($arr,'mid')) ? notags(trim($arr['mid'])) : random_string()); $arr['from_xchan'] = ((x($arr,'from_xchan')) ? notags(trim($arr['from_xchan'])) : ''); - $arr['to_xchan'] = ((x($arr,'to_xchan')) ? notags(trim($arr['to_xchan'])) : ''); + $arr['to_xchan'] = ((x($arr,'to_xchan')) ? notags(trim($arr['to_xchan'])) : ''); $arr['created'] = ((x($arr,'created') !== false) ? datetime_convert('UTC','UTC',$arr['created']) : datetime_convert()); $arr['expires'] = ((x($arr,'expires') !== false) ? datetime_convert('UTC','UTC',$arr['expires']) : NULL_DATE); $arr['title'] = ((x($arr,'title')) ? notags(trim($arr['title'])) : ''); |