From 7ecaaeb3dbfa1b1ad6e170c8b6589767f5f1dc16 Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Mon, 2 Sep 2013 13:38:58 -0700 Subject: [PATCH] Issue #2078885 by Letharion: Fixed The file/progress hook menu item is not necessary. --- core/modules/file/file.module | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/modules/file/file.module b/core/modules/file/file.module index 3dc1fbbeb4e1..5d7797a6f39f 100644 --- a/core/modules/file/file.module +++ b/core/modules/file/file.module @@ -49,11 +49,6 @@ function file_menu() { 'theme callback' => 'ajax_base_page_theme', 'type' => MENU_CALLBACK, ); - $items['file/progress'] = array( - 'route name' => 'file.ajax.progress', - 'theme callback' => 'ajax_base_page_theme', - 'type' => MENU_CALLBACK, - ); return $items; } -- GitLab