From 4a0830cfdb5409e851d2c5350a3aff2fa2bb70fb Mon Sep 17 00:00:00 2001 From: shish <shish@7f39781d-f577-437e-ae19-be835c7a54ca> Date: Sun, 7 Sep 2008 04:57:10 +0000 Subject: [PATCH] another bit of compat git-svn-id: file:///home/shish/svn/shimmie2/trunk@1031 7f39781d-f577-437e-ae19-be835c7a54ca --- core/event.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/event.class.php b/core/event.class.php index cadfe1a1..a65d0d8a 100644 --- a/core/event.class.php +++ b/core/event.class.php @@ -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) {