From f2908ff1e30a60390bffe6119d8bb5889c16c39a Mon Sep 17 00:00:00 2001 From: Helmut Hummel <helmut.hummel@typo3.org> Date: Sat, 22 Mar 2014 16:36:53 +0100 Subject: [PATCH] [TASK] Remove not needed autoload registry of form The autoload registry entry of the form wizard is superfluous now, so remove it. Resolves: #57184 Releases: 6.2 Change-Id: Icc9e7a4791c5a2be95923f2e8bcad980dac611e8 Reviewed-on: https://review.typo3.org/28643 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters --- typo3/sysext/form/ext_autoload.php | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 typo3/sysext/form/ext_autoload.php diff --git a/typo3/sysext/form/ext_autoload.php b/typo3/sysext/form/ext_autoload.php deleted file mode 100644 index 16a34abc69e2..000000000000 --- a/typo3/sysext/form/ext_autoload.php +++ /dev/null @@ -1,7 +0,0 @@ -<?php -// DO NOT CHANGE THIS FILE! It is automatically generated by extdeveval::buildAutoloadRegistry. -// This file was generated on 2011-09-20 16:43 -$extensionClassesPath = \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('form') . 'Classes/'; -return array( - 'tx_form_controller_wizard' => $extensionClassesPath . 'Controller/Wizard.php', -); -- GitLab