aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mod/thing.php2
-rw-r--r--version.inc2
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