diff --git nodecomment.install nodecomment.install
index 8a8c9b3..f76f46c 100644
--- nodecomment.install
+++ nodecomment.install
@@ -42,6 +42,7 @@ function _nodecomment_install_type_create() {
     variable_set('comment_comment', 0);
 
     cache_clear_all();
+    module_load_include('inc', 'system', 'system.admin');
     system_modules();
     menu_rebuild();
     node_types_rebuild();
