diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-30 13:52:35 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-30 13:52:35 -0400 |
commit | cfd367f4cf0e5c1f23ef94ae7f0d092d9c324eb0 (patch) | |
tree | 6b8728a137245309ef0707946939d88676355baf /actions | |
parent | 5e61931a2d9fa0839e7918c64c1093aa12365927 (diff) |
show footer for remotesubscribe form
darcs-hash:20080530175235-84dde-0eda227cdd5a8c3b5e20ba12dbedbfc9aba269f3.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/remotesubscribe.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php index 1a78bd150..2e6e00777 100644 --- a/actions/remotesubscribe.php +++ b/actions/remotesubscribe.php @@ -52,6 +52,7 @@ class RemotesubscribeAction extends Action { common_input('profile', _t('Profile URL')); common_submit('submit', _t('Subscribe')); common_element_end('form'); + common_show_footer(); } function remote_subscription() { |