diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-24 00:10:46 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-24 00:10:46 +0000 |
commit | e63e85020b6846c35624f04c60b40f1aa11db3b1 (patch) | |
tree | 908a1151a45ce37ae82dce00fffedb26b33ccde0 /modules/upload | |
parent | 4ae238ea577ed0140df6fd034b06bfd7b0f0cdb4 (diff) | |
download | brdo-e63e85020b6846c35624f04c60b40f1aa11db3b1.tar.gz brdo-e63e85020b6846c35624f04c60b40f1aa11db3b1.tar.bz2 |
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.
Diffstat (limited to 'modules/upload')
-rw-r--r-- | modules/upload/upload.module | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/upload/upload.module b/modules/upload/upload.module index 26a284439..9625e8263 100644 --- a/modules/upload/upload.module +++ b/modules/upload/upload.module @@ -99,7 +99,6 @@ function upload_menu() { 'page arguments' => array('upload_admin_settings'), 'access arguments' => array('administer site configuration'), 'type' => MENU_NORMAL_ITEM, - 'file' => 'upload.admin.inc', ); return $items; } |