forked from Cavemanon/cavepaintings
remove ConfigSaveEvent handlers
git-svn-id: file:///home/shish/svn/shimmie2/trunk@265 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
@@ -44,11 +44,6 @@ class Index extends Extension {
|
||||
|
||||
$event->panel->add_block($sb);
|
||||
}
|
||||
if(is_a($event, 'ConfigSaveEvent')) {
|
||||
$event->config->set_int_from_post("index_width");
|
||||
$event->config->set_int_from_post("index_height");
|
||||
$event->config->set_string_from_post("image_tip");
|
||||
}
|
||||
}
|
||||
}
|
||||
add_event_listener(new Index());
|
||||
|
Reference in New Issue
Block a user