aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Thing.php
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-06-20 13:06:32 -0400
committerAndrew Manning <tamanning@zoho.com>2016-06-20 13:06:32 -0400
commitf4d9d34bbce463e09d45dce137c35ed531bc4ba1 (patch)
treea541fb28d557246ff6460287d4c0acb513d6a730 /Zotlabs/Module/Thing.php
parente5f4d80bbe0c085a55f676aa1b05fb9bab1e4dc7 (diff)
parentcc09f9a7a5f799a0811ba83799c0a3ac6598c476 (diff)
downloadvolse-hubzilla-f4d9d34bbce463e09d45dce137c35ed531bc4ba1.tar.gz
volse-hubzilla-f4d9d34bbce463e09d45dce137c35ed531bc4ba1.tar.bz2
volse-hubzilla-f4d9d34bbce463e09d45dce137c35ed531bc4ba1.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'Zotlabs/Module/Thing.php')
-rw-r--r--Zotlabs/Module/Thing.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Thing.php b/Zotlabs/Module/Thing.php
index e23cce565..65fc0588e 100644
--- a/Zotlabs/Module/Thing.php
+++ b/Zotlabs/Module/Thing.php
@@ -26,7 +26,7 @@ class Thing extends \Zotlabs\Web\Controller {
$verb = escape_tags($_REQUEST['verb']);
$activity = intval($_REQUEST['activity']);
$profile_guid = escape_tags($_REQUEST['profile_assign']);
- $url = $_REQUEST['link'];
+ $url = $_REQUEST['url'];
$photo = $_REQUEST['img'];
$hash = random_string();
@@ -235,7 +235,7 @@ class Thing extends \Zotlabs\Web\Controller {
}
- function get() {
+ function get() {
// @FIXME one problem with things is we can't share them unless we provide the channel in the url
// so we can definitively lookup the owner.