remember activity setting
This commit is contained in:
parent
9ab12929d7
commit
24db2e4468
@ -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)'),
|
||||||
|
@ -1 +1 @@
|
|||||||
2014-08-09.762
|
2014-08-10.763
|
||||||
|
Reference in New Issue
Block a user