Skip to content
Snippets Groups Projects
Commit a6fd57ce authored by Felix Kopp's avatar Felix Kopp Committed by Christian Kuhn
Browse files

[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
parent aa296ae2
Branches
Tags
No related merge requests found
<?php
namespace TYPO3\CMS\WizardSortPages\View;
namespace TYPO3\CMS\WizardSortpages\View;
/***************************************************************
* Copyright notice
......@@ -26,20 +26,12 @@ namespace TYPO3\CMS\WizardSortPages\View;
*
* This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
/**
* Contains class for "Sort pages" wizard
*
* Revised for TYPO3 3.6 July/2003 by Kasper Skårhøj
* XHTML compliant
*
* @author Kasper Skårhøj <kasperYYYY@typo3.com>
*/
/**
* Creates the "Sort pages" wizard
*
* @author Kasper Skårhøj <kasperYYYY@typo3.com>
* @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
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment