summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 88c74db73..c67722ad2 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -313,7 +313,7 @@ function system_listing($type, $directory, $required = array()) {
$rows[] = array($info->name, $info->description, array("data" => (in_array($filename, $required) ? form_hidden("status][$filename", 1) . t("required") : form_checkbox("", "status][$filename", 1, $file->status)), "align" => "center"));
}
- $output = table($header, $rows);
+ $output = theme("table", $header, $rows);
// If we're doing themes, stick the default one here...
if ($type == "theme") {