TYPO3 CMS  TYPO3_6-2
show_rechis.php
Go to the documentation of this file.
1 <?php
20 require __DIR__ . '/init.php';
21 
23  'The history of a record was moved to a separate module. Please use BackendUtility::getModuleUrl(\'record_history\') to link to this script.
24  This script will be removed two versions after 6.2.'
25 );
26 
27 $elementHistoryController = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Backend\\Controller\\ContentElement\\ElementHistoryController');
29 $elementHistoryController->printContent();
$elementHistoryController
Definition: show_rechis.php:27