From 782b57724f846a4bcbf4daae197600ee794c20e5 Mon Sep 17 00:00:00 2001 From: shish Date: Tue, 20 May 2008 19:18:40 +0000 Subject: [PATCH] this should never need to be set by hand git-svn-id: file:///home/shish/svn/shimmie2/trunk@874 7f39781d-f577-437e-ae19-be835c7a54ca --- contrib/featured/main.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/featured/main.php b/contrib/featured/main.php index 756c14f7..2ae9f229 100644 --- a/contrib/featured/main.php +++ b/contrib/featured/main.php @@ -38,11 +38,13 @@ class Featured extends Extension { } } + /* if(is_a($event, 'SetupBuildingEvent')) { $sb = new SetupBlock("Featured Image"); $sb->add_int_option("featured_id", "Image ID: "); $event->panel->add_block($sb); } + */ if(is_a($event, 'DisplayingImageEvent')) { global $user;