diff options
Diffstat (limited to 'modules/upload/upload.module')
-rw-r--r-- | modules/upload/upload.module | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/upload/upload.module b/modules/upload/upload.module index 5a0c0c1c5..679cc6ba6 100644 --- a/modules/upload/upload.module +++ b/modules/upload/upload.module @@ -28,13 +28,13 @@ function upload_help($path, $arg) { function upload_theme() { return array( 'upload_attachments' => array( - 'arguments' => array('elements' => NULL), + 'render element' => 'elements', ), 'upload_form_current' => array( - 'arguments' => array('form' => NULL), + 'render element' => 'form', ), 'upload_form_new' => array( - 'arguments' => array('form' => NULL), + 'render element' => 'form', ), ); } |