diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-12 14:40:28 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-12 14:40:28 -0400 |
commit | c2a170da108a6645846aa2e60238974b49363b21 (patch) | |
tree | 9f8cae9f53744d4a5a03e7350065079ac6ac4faa /actions/showstream.php | |
parent | aaf0786bef3515ed8d61c18b001372e2e0ddff6a (diff) |
broadcast profile and change subscription input id
darcs-hash:20080612184028-84dde-1f919ab373e5731efd403986ae760116769566d9.gz
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 4 |
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', |