Use the module_change event to figure out if the rss module is

inactive.  If it is, we need to alert the admin user.
This commit is contained in:
Bharat Mediratta
2009-05-12 23:46:03 +00:00
parent ea693af59b
commit 3b52b31c54
2 changed files with 33 additions and 0 deletions

View File

@@ -27,5 +27,6 @@ class slideshow_installer {
static function uninstall() {
module::delete("slideshow");
site_status::clear("slideshow_needs_rss");
}
}