TYPO3
7.6
Users
bogdan
Projects
Kapeli
Resources
Dash
Docsets
TYPO3
src
typo3
sysext
indexed_search
class.crawler.php
Go to the documentation of this file.
1
<?php
2
/*
3
* This file is part of the TYPO3 CMS project.
4
*
5
* It is free software; you can redistribute it and/or modify it under
6
* the terms of the GNU General Public License, either version 2
7
* of the License, or any later version.
8
*
9
* For the full copyright and license information, please read the
10
* LICENSE.txt file that was distributed with this source code.
11
*
12
* The TYPO3 project - inspiring people to share!
13
*/
14
18
// To make sure the backend charset is available:
19
if
(!is_object(
$GLOBALS
[
'LANG'
])) {
20
$GLOBALS
[
'LANG'
] = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Lang\LanguageService::class);
21
$GLOBALS
[
'LANG'
]->init(
$GLOBALS
[
'BE_USER'
]->uc[
'lang'
]);
22
}
Generated on Wed Nov 11 2015 01:51:51 for TYPO3 by
1.8.3