summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 858598143..a5b199771 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -115,10 +115,14 @@ function system_theme() {
'arguments' => array('form' => NULL),
'file' => 'system.admin.inc',
),
- 'system_modules' => array(
+ 'system_modules_fieldset' => array(
'arguments' => array('form' => NULL),
'file' => 'system.admin.inc',
),
+ 'system_modules_incompatible' => array(
+ 'arguments' => array('message' => NULL),
+ 'file' => 'system.admin.inc',
+ ),
'system_modules_uninstall' => array(
'arguments' => array('form' => NULL),
'file' => 'system.admin.inc',