missed a global

This commit is contained in:
Shish 2011-01-23 11:34:50 +00:00
parent 0b12bbf2a3
commit e8040656e8

View File

@ -41,6 +41,7 @@ class PrivMsgTheme extends Themelet {
}
public function display_composer(Page $page, User $from, User $to, $subject="") {
global $user;
$post_url = make_link("pm/send");
$h_subject = html_escape($subject);
$to_id = $to->id;