From 47bc2570b6336321cad6c22edea2370f46c514d3 Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 9 May 2009 01:31:19 -0700 Subject: [PATCH] fix in 2.3 too --- 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); }