diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-06-23 10:14:13 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-06-23 10:14:13 +0200 |
commit | 39b14b6b811ec65f8c8a812397f9ee04877cd53d (patch) | |
tree | 1f122a63a4f44aed278a54fab803706d77946997 /include/channel.php | |
parent | 5536df51f58a65f5a42051b0466b1c13c9a9718a (diff) | |
parent | ac81a3a5effe51b82310bbd831dec06e7914e649 (diff) | |
download | volse-hubzilla-39b14b6b811ec65f8c8a812397f9ee04877cd53d.tar.gz volse-hubzilla-39b14b6b811ec65f8c8a812397f9ee04877cd53d.tar.bz2 volse-hubzilla-39b14b6b811ec65f8c8a812397f9ee04877cd53d.zip |
Merge branch 'dev' into sabre32
Diffstat (limited to 'include/channel.php')
-rw-r--r-- | include/channel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channel.php b/include/channel.php index 562aedddc..a0424ee39 100644 --- a/include/channel.php +++ b/include/channel.php @@ -862,7 +862,7 @@ function profile_load(&$a, $nickname, $profile = '') { ); if($z) { $p[0]['picdate'] = $z[0]['xchan_photo_date']; - $p[0]['reddress'] = str_replace('@','@',$z[0]['xchan_addr']); + $p[0]['reddress'] = str_replace('@','@',$z[0]['xchan_addr']); } // fetch user tags if this isn't the default profile |