missed a global

This commit is contained in:
Shish 2011-01-23 11:34:27 +00:00
parent 996183a2d3
commit 0fe86a6291

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;