From 24db2e446812147a39e9399025415763c8583bbb Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 10 Aug 2014 18:18:41 -0700 Subject: remember activity setting --- mod/thing.php | 2 +- version.inc | 2 +- 2 files changed, 2 insertions(+), 2 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)'), diff --git a/version.inc b/version.inc index e9dc829e3..92c65613c 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-08-09.762 +2014-08-10.763 -- cgit v1.2.3