From 4b4d80f5239cd3dead33f39739ecf5ddd8741ce4 Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 8 May 2009 07:03:04 -0700 Subject: [PATCH] how did that get there? --- ext/index/main.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/index/main.php b/ext/index/main.php index 242b132f..cc0cec0c 100644 --- a/ext/index/main.php +++ b/ext/index/main.php @@ -84,8 +84,6 @@ class Index implements Extension { $count = $config->get_int('index_width') * $config->get_int('index_height'); $images = Image::find_images($config, $database, ($page_number-1)*$count, $count, $search_terms); - send_event(new PostListBuildingEvent($event->context, $search_terms)); - if(count($search_terms) == 0 && count($images) == 0 && $page_number == 0) { $this->theme->display_intro($event->page); }