diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-21 23:07:16 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-21 23:07:16 +0000 |
commit | 4bc255ba792db435e2d487f113ca2a638ed63fea (patch) | |
tree | 0ca88b698215d5866b5643ad57add73b4410d64a /modules/block | |
parent | 02c8592759c5b33d3d94fe6a515f10af4317dd5c (diff) | |
download | brdo-4bc255ba792db435e2d487f113ca2a638ed63fea.tar.gz brdo-4bc255ba792db435e2d487f113ca2a638ed63fea.tar.bz2 |
Roll-back of #310467: Breaks installer requirements check and update.php.
Diffstat (limited to 'modules/block')
-rw-r--r-- | modules/block/block.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/block/block.module b/modules/block/block.module index 83146e9ab..bcbf77360 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -98,6 +98,7 @@ function block_theme() { ), 'block_admin_display_form' => array( 'template' => 'block-admin-display-form', + 'file' => 'block.admin.inc', 'arguments' => array('form' => NULL), ), ); |