From a6fd57ce3a9de473894fb4a66ad391719bfe9e47 Mon Sep 17 00:00:00 2001 From: Felix Kopp Date: Sat, 25 Aug 2012 14:16:57 +0200 Subject: [PATCH] [BUGFIX] Namespace: Revert extension split-up: wizard_sortpages Reverts the split-up for the extension wizard_sortpages: erroneous extKey was 'wizard_sort_pages'. Change-Id: I17d48af00094707981983011eddb4777810ac2c1 Releases: 6.0 Fixes: #40181 Related: #40095 Reviewed-on: http://review.typo3.org/14075 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn --- .../Classes/View/SortPagesWizardModuleFunction.php | 13 ++----------- .../class.tx_wizardsortpages_webfunc_2.php | 4 ++-- 2 files changed, 4 insertions(+), 13 deletions(-) rename typo3/sysext/{wizard_sort_pages => wizard_sortpages}/Classes/View/SortPagesWizardModuleFunction.php (96%) diff --git a/typo3/sysext/wizard_sort_pages/Classes/View/SortPagesWizardModuleFunction.php b/typo3/sysext/wizard_sortpages/Classes/View/SortPagesWizardModuleFunction.php similarity index 96% rename from typo3/sysext/wizard_sort_pages/Classes/View/SortPagesWizardModuleFunction.php rename to typo3/sysext/wizard_sortpages/Classes/View/SortPagesWizardModuleFunction.php index 21080ab1e65f..4f641c7272d1 100644 --- a/typo3/sysext/wizard_sort_pages/Classes/View/SortPagesWizardModuleFunction.php +++ b/typo3/sysext/wizard_sortpages/Classes/View/SortPagesWizardModuleFunction.php @@ -1,5 +1,5 @@ - */ /** * Creates the "Sort pages" wizard * * @author Kasper Skårhøj * @package TYPO3 - * @subpackage tx_wizardsortpages + * @subpackage wizard_sortpages */ class SortPagesWizardModuleFunction extends \TYPO3\CMS\Backend\Module\AbstractFunctionModule { @@ -147,5 +139,4 @@ class SortPagesWizardModuleFunction extends \TYPO3\CMS\Backend\Module\AbstractFu } - ?> \ No newline at end of file diff --git a/typo3/sysext/wizard_sortpages/class.tx_wizardsortpages_webfunc_2.php b/typo3/sysext/wizard_sortpages/class.tx_wizardsortpages_webfunc_2.php index 7023a9a4e475..5780b472c69e 100755 --- a/typo3/sysext/wizard_sortpages/class.tx_wizardsortpages_webfunc_2.php +++ b/typo3/sysext/wizard_sortpages/class.tx_wizardsortpages_webfunc_2.php @@ -2,7 +2,7 @@ /* * @deprecated since 6.0, the classname tx_wizardsortpages_webfunc_2 and this file is obsolete * and will be removed by 7.0. The class was renamed and is now located at: - * typo3/sysext/wizard_sort_pages/Classes/View/SortPagesWizardModuleFunction.php + * typo3/sysext/wizard_sortpages/Classes/View/SortPagesWizardModuleFunction.php */ -require_once \TYPO3\CMS\Core\Extension\ExtensionManager::extPath('wizard_sort_pages') . 'Classes/View/SortPagesWizardModuleFunction.php'; +require_once \TYPO3\CMS\Core\Extension\ExtensionManager::extPath('wizard_sortpages') . 'Classes/View/SortPagesWizardModuleFunction.php'; ?> \ No newline at end of file -- 2.20.1