diff options
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 99aea87d1..e7aa27280 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -173,7 +173,7 @@ function system_modules() { asort($modules); } - $required = array("user", "drupal", "system", "watchdog"); + $required = array("user", "system", "watchdog"); $output .= "<table border=\"1\" cellpadding=\"2\" cellspacing=\"2\">\n"; $output .= "<tr><th>module</th><th>description</th><th>enabled</th><th colspan=\"2\">operations</th></tr>\n"; |