remember activity setting

This commit is contained in:
friendica 2014-08-10 18:18:41 -07:00
parent 9ab12929d7
commit 24db2e4468
2 changed files with 2 additions and 2 deletions

View File

@ -321,7 +321,7 @@ function thing_content(&$a) {
'$profile_lbl' => t('Select a profile'), '$profile_lbl' => t('Select a profile'),
'$profile_select' => contact_profile_assign(''), '$profile_select' => contact_profile_assign(''),
'$verb_lbl' => $channel['channel_name'], '$verb_lbl' => $channel['channel_name'],
'$activity' => array('activity',t('Post an activity'),true,t('Only sends to viewers of the applicable profile')), '$activity' => array('activity',t('Post an activity'),((array_key_exists('activity',$_REQUEST)) ? $_REQUEST['activity'] : true),t('Only sends to viewers of the applicable profile')),
'$verb_select' => obj_verb_selector(), '$verb_select' => obj_verb_selector(),
'$thing_lbl' => t('Name of thing e.g. something'), '$thing_lbl' => t('Name of thing e.g. something'),
'$url_lbl' => t('URL of thing (optional)'), '$url_lbl' => t('URL of thing (optional)'),

View File

@ -1 +1 @@
2014-08-09.762 2014-08-10.763