diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2011-10-02 11:27:41 -0700 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2011-10-02 11:27:41 -0700 |
commit | a2de1828153bef5e031360d343ffa5717a8243c3 (patch) | |
tree | cf8ad94acf18b03555877d5384f7efab09068592 | |
parent | 58b66643c1921706d764b2bb1ea4729519ca31f8 (diff) | |
download | elgg-a2de1828153bef5e031360d343ffa5717a8243c3.tar.gz elgg-a2de1828153bef5e031360d343ffa5717a8243c3.tar.bz2 |
Removing admin notice for unpopulated categories when disabling categories plugin.
-rw-r--r-- | mod/categories/deactivate.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mod/categories/deactivate.php b/mod/categories/deactivate.php new file mode 100644 index 000000000..e15e2c6e9 --- /dev/null +++ b/mod/categories/deactivate.php @@ -0,0 +1,6 @@ +<?php +/** + * Remove admin notice to populate categories. + */ + +elgg_delete_admin_notice('categories_admin_notice_no_categories'); |