was using $notice->uri instead of $notice_uri

darcs-hash:20080606180330-84dde-be0e84696cd5e7304cd8523c0d7de9d6e402b73e.gz
This commit is contained in:
Evan Prodromou 2008-06-06 14:03:30 -04:00
parent 3d0f3095b3
commit 59db378c93
1 changed files with 1 additions and 1 deletions

View File

@ -76,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;