From c2a170da108a6645846aa2e60238974b49363b21 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 12 Jun 2008 14:40:28 -0400 Subject: broadcast profile and change subscription input id darcs-hash:20080612184028-84dde-1f919ab373e5731efd403986ae760116769566d9.gz --- actions/showstream.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actions/showstream.php') 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', -- cgit v1.2.3-54-g00ecf