there is no veto, an exception should be here, if anything

git-svn-id: file:///home/shish/svn/shimmie2/trunk@1051 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2008-09-18 05:29:54 +00:00
parent bbb4de4bac
commit b9e5f424d2

View File

@ -33,7 +33,7 @@ class Index implements Extension {
else { else {
$event->page->set_mode("redirect"); $event->page->set_mode("redirect");
$event->page->set_redirect(make_link("post/list/$search/1")); $event->page->set_redirect(make_link("post/list/$search/1"));
$event->veto(); //$event->veto();
} }
return; return;
} }