aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/views/default/thewire
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-26 15:23:08 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-26 15:23:08 +0000
commit1f3befaf97c2840dbd4ecadd8cc62bf838d32a45 (patch)
tree5d3a51da5da333d9f0d721c23525c9f5b28ae200 /mod/thewire/views/default/thewire
parentf48bd5099f033cc148f9c1e3f781f8c932bda891 (diff)
downloadelgg-1f3befaf97c2840dbd4ecadd8cc62bf838d32a45.tar.gz
elgg-1f3befaf97c2840dbd4ecadd8cc62bf838d32a45.tar.bz2
standardized thewire plugin
git-svn-id: http://code.elgg.org/elgg/trunk@8841 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/thewire/views/default/thewire')
-rw-r--r--mod/thewire/views/default/thewire/profile_status.php2
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 7b04cba50..6ab47bccb 100644
--- a/mod/thewire/views/default/thewire/profile_status.php
+++ b/mod/thewire/views/default/thewire/profile_status.php
@@ -23,7 +23,7 @@ if ($latest_wire && count($latest_wire) > 0) {
$button = '';
if ($owner == elgg_get_logged_in_user_guid()) {
- $url_to_wire = "thewire/owner/" . $vars['entity']->username;
+ $url_to_wire = "thewire/owner/" . $vars['entity']->username;
$button = elgg_view('output/url', array(
'text' => elgg_echo('thewire:update'),
'href' => $url_to_wire,