deny this too

git-svn-id: file:///home/shish/svn/shimmie2/trunk@1098 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2008-10-18 10:51:05 +00:00
parent 721c720f19
commit a7189cbe74

View File

@ -76,6 +76,9 @@ class ExtManager implements Extension {
$this->theme->display_table($event->page, $this->get_extensions());
}
}
else {
$this->theme->display_permission_denied($event->page);
}
}
if($event instanceof UserBlockBuildingEvent) {