summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/showstream.php')
-rw-r--r--actions/showstream.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/showstream.php b/actions/showstream.php
index ceedc7f31..56572a8e1 100644
--- a/actions/showstream.php
+++ b/actions/showstream.php
@@ -175,9 +175,9 @@ class ShowstreamAction extends StreamAction {
'method' => 'POST',
'action' => common_local_url('remotesubscribe')));
common_hidden('nickname', $profile->nickname);
- common_element('input', array('name' => 'profile',
+ common_element('input', array('name' => 'profile_url',
'type' => 'text',
- 'id' => 'profile',
+ 'id' => 'profile_url',
'size' => '15'));
common_element('input', array('type' => 'submit',
'id' => 'submit',