summaryrefslogtreecommitdiff
path: root/modules/file/file.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/file/file.module')
-rw-r--r--modules/file/file.module3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/file/file.module b/modules/file/file.module
index 0768b1916..6b7ed6ad3 100644
--- a/modules/file/file.module
+++ b/modules/file/file.module
@@ -81,6 +81,9 @@ function file_theme() {
'file_widget_multiple' => array(
'render element' => 'element',
),
+ 'file_formatter_table' => array(
+ 'variables' => array('items' => NULL),
+ ),
'file_upload_help' => array(
'variables' => array('description' => NULL, 'upload_validators' => NULL),
),