aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Share.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-02-13 20:09:55 -0800
committerzotlabs <mike@macgirvin.com>2018-02-13 20:09:55 -0800
commit24da5d82db8316a54ccb41616e0e2acb5d73fc84 (patch)
treea6fb39d3c1d8d79401db5832b5c44bffeea5113a /Zotlabs/Module/Share.php
parent6ca3442ba381a3c5b98cd04f4f9e87e48c55b072 (diff)
parent64809dd2777ae0064addaff765450cf3f05c3bc4 (diff)
downloadvolse-hubzilla-24da5d82db8316a54ccb41616e0e2acb5d73fc84.tar.gz
volse-hubzilla-24da5d82db8316a54ccb41616e0e2acb5d73fc84.tar.bz2
volse-hubzilla-24da5d82db8316a54ccb41616e0e2acb5d73fc84.zip
Merge branch 'share'
Diffstat (limited to 'Zotlabs/Module/Share.php')
-rw-r--r--Zotlabs/Module/Share.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/Zotlabs/Module/Share.php b/Zotlabs/Module/Share.php
index 5c4811c59..7f4d8b1eb 100644
--- a/Zotlabs/Module/Share.php
+++ b/Zotlabs/Module/Share.php
@@ -14,6 +14,10 @@ class Share extends \Zotlabs\Web\Controller {
if(! $post_id)
killme();
+
+ echo '[share=' . $post_id . '][/share]';
+ killme();
+
if(! (local_channel() || remote_channel()))
killme();