diff options
author | friendica <info@friendica.com> | 2014-08-10 18:18:41 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-10 18:18:41 -0700 |
commit | 24db2e446812147a39e9399025415763c8583bbb (patch) | |
tree | ee602b1994c2b1f778090e1c73165f695cc47035 /mod/thing.php | |
parent | 9ab12929d769fc7878377862dfba1e4f5c9493e6 (diff) | |
download | volse-hubzilla-24db2e446812147a39e9399025415763c8583bbb.tar.gz volse-hubzilla-24db2e446812147a39e9399025415763c8583bbb.tar.bz2 volse-hubzilla-24db2e446812147a39e9399025415763c8583bbb.zip |
remember activity setting
Diffstat (limited to 'mod/thing.php')
-rw-r--r-- | mod/thing.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/thing.php b/mod/thing.php index b6d59a3ee..73722c5fa 100644 --- a/mod/thing.php +++ b/mod/thing.php @@ -321,7 +321,7 @@ function thing_content(&$a) { '$profile_lbl' => t('Select a profile'), '$profile_select' => contact_profile_assign(''), '$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(), '$thing_lbl' => t('Name of thing e.g. something'), '$url_lbl' => t('URL of thing (optional)'), |