diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-24 10:43:44 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-24 10:43:44 +0000 |
commit | e52636ba1bf65440137309e06090dd880ab4a185 (patch) | |
tree | 2570680f7902a794fad505e5a8cec455621a3066 | |
parent | dea94d966389092be57ea517065c8822242711ae (diff) | |
download | elgg-e52636ba1bf65440137309e06090dd880ab4a185.tar.gz elgg-e52636ba1bf65440137309e06090dd880ab4a185.tar.bz2 |
profile update wire tweaked
git-svn-id: https://code.elgg.org/elgg/trunk@2911 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | mod/thewire/views/default/thewire/profile_status.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/thewire/views/default/thewire/profile_status.php b/mod/thewire/views/default/thewire/profile_status.php index 385cfdcab..bef19b3d7 100644 --- a/mod/thewire/views/default/thewire/profile_status.php +++ b/mod/thewire/views/default/thewire/profile_status.php @@ -5,7 +5,7 @@ */
$owner = $vars['entity']->guid;
- $url_to_wire = $vars['url'] . "mod/thewire/";
+ $url_to_wire = $vars['url'] . "mod/thewire/" . $vars['entity']->username;
//grab the users latest from the wire
$latest_wire = get_entities("object", "thewire", $owner, "", 1, 0, false, 0, null);
|