was using $notice->uri instead of $notice_uri
darcs-hash:20080606180330-84dde-be0e84696cd5e7304cd8523c0d7de9d6e402b73e.gz
This commit is contained in:
parent
3d0f3095b3
commit
59db378c93
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user