diff options
author | friendica <info@friendica.com> | 2013-04-04 18:54:24 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-04-04 18:54:24 -0700 |
commit | 989e78137edf1c8d0a85038965fb12e7bffb3e7a (patch) | |
tree | 3fe185b3fdd8fe8d42544df869680c38f28128f3 /version.inc | |
parent | 6e17be3e85b710f0197e13051374eb45b675e93c (diff) | |
download | volse-hubzilla-989e78137edf1c8d0a85038965fb12e7bffb3e7a.tar.gz volse-hubzilla-989e78137edf1c8d0a85038965fb12e7bffb3e7a.tar.bz2 volse-hubzilla-989e78137edf1c8d0a85038965fb12e7bffb3e7a.zip |
wrapper function to create arbitrary activities (e.g. for plugins and apps) with a minimal amount of fuss, though the amount of fuss could increase significantly depending on the nature of the activity. For a simple wall post, just set the $arr['body'] to the desired text and we'll do the rest. If the activity requires special verbs, objects or targets, these will all need to be constructed.
Diffstat (limited to 'version.inc')
-rw-r--r-- | version.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.inc b/version.inc index 9c1adc690..7860f44b2 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2013-04-03.272 +2013-04-04.273 |