another bit of compat

git-svn-id: file:///home/shish/svn/shimmie2/trunk@1031 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2008-09-07 04:57:10 +00:00
parent 5f05f4543d
commit 4a0830cfdb

View File

@ -134,6 +134,7 @@ class PageRequestEvent extends Event {
$this->args = $args;
$this->arg_count = count($args);
$this->page = $context->page;
$this->user = $context->user;
}
public function page_matches($name) {