X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fpostnotice.php;h=718ebdab05db85736c7f83d12c10228be65ba7dd;hb=4aedce6864eb27a0c37b3dcae22fee0aa16ae537;hp=5b275e2d6317ee832e61fd7d739190e92b8c16a2;hpb=2b842b5e452c71a390a8cd005daad797a88cef55;p=quix0rs-gnu-social.git diff --git a/actions/postnotice.php b/actions/postnotice.php index 5b275e2d63..718ebdab05 100644 --- a/actions/postnotice.php +++ b/actions/postnotice.php @@ -20,7 +20,6 @@ if (!defined('LACONICA')) { exit(1); } require_once(INSTALLDIR.'/lib/omb.php'); -require_once('Auth/Yadis/Yadis.php'); class PostnoticeAction extends Action { function handle($args) { @@ -77,7 +76,7 @@ class PostnoticeAction extends Action { if (!$notice) { $notice = new Notice(); $notice->profile_id = $remote_profile->id; - $notice->uri = $notice->uri; + $notice->uri = $notice_uri; $notice->content = $content; if ($notice_url) { $notice->url = $notice_url;