git-svn-id: file:///home/shish/svn/shimmie2/trunk@1097 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish
2008-10-18 10:49:16 +00:00
parent 98f6800f9d
commit 721c720f19
9 changed files with 23 additions and 11 deletions

View File

@ -46,7 +46,7 @@ class Upload implements Extension {
$this->theme->display_upload_status($event->page, $ok);
}
else {
$this->theme->display_error($event->page, "Upload Denied", "Anonymous posting is disabled");
$this->theme->display_permission_denied($event->page);
}
}
else if(!empty($_GET['url'])) {
@ -61,7 +61,7 @@ class Upload implements Extension {
$this->theme->display_upload_status($event->page, $ok);
}
else {
$this->theme->display_error($event->page, "Upload Denied", "Anonymous posting is disabled");
$this->theme->display_permission_denied($event->page);
}
}
else {