forked from GNUsocial/gnu-social
fix missing variable in save-new-message
darcs-hash:20080917190306-5ed1f-f2d339ce6d5c7c32940046012a0d4702be6eade2.gz
This commit is contained in:
parent
cdf125c3e4
commit
ea8fce0052
@ -53,7 +53,7 @@ class Message extends DB_DataObject
|
||||
}
|
||||
|
||||
$orig = clone($msg);
|
||||
$msg->uri = common_local_url('showmessage', array('message' => $message->id));
|
||||
$msg->uri = common_local_url('showmessage', array('message' => $msg->id));
|
||||
|
||||
$result = $msg->update($orig);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user