argh, another one

git-svn-id: file:///home/shish/svn/shimmie2/trunk@311 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-07-17 02:23:24 +00:00
parent c908131da8
commit b782b3e970
2 changed files with 6 additions and 6 deletions

View File

@ -81,7 +81,7 @@ class UserPage extends Extension {
global $page;
if($user->is_anonymous()) {
$this->theme->display_login_block($event->page);
$this->theme->display_login_block($event->page_object);
}
else {
$page->add_block(new Block("User Links", $this->build_links_block(), "left", 90));