remove ConfigSaveEvent handlers
git-svn-id: file:///home/shish/svn/shimmie2/trunk@265 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
@ -23,9 +23,6 @@ class SiteDescription extends Extension {
|
||||
$sb->add_longtext_option("site_description");
|
||||
$event->panel->add_block($sb);
|
||||
}
|
||||
if(is_a($event, 'ConfigSaveEvent')) {
|
||||
$event->config->set_string_from_post("site_description");
|
||||
}
|
||||
}
|
||||
}
|
||||
add_event_listener(new SiteDescription());
|
||||
|
Reference in New Issue
Block a user