"thing" always showing default url, not that supplied by the thing.
This commit is contained in:
parent
d0f0a99909
commit
c81f6b9f6f
@ -26,7 +26,7 @@ class Thing extends \Zotlabs\Web\Controller {
|
|||||||
$verb = escape_tags($_REQUEST['verb']);
|
$verb = escape_tags($_REQUEST['verb']);
|
||||||
$activity = intval($_REQUEST['activity']);
|
$activity = intval($_REQUEST['activity']);
|
||||||
$profile_guid = escape_tags($_REQUEST['profile_assign']);
|
$profile_guid = escape_tags($_REQUEST['profile_assign']);
|
||||||
$url = $_REQUEST['link'];
|
$url = $_REQUEST['url'];
|
||||||
$photo = $_REQUEST['img'];
|
$photo = $_REQUEST['img'];
|
||||||
|
|
||||||
$hash = random_string();
|
$hash = random_string();
|
||||||
|
Reference in New Issue
Block a user