From 53ef6f4240bb31e05fe4da6471427e2cdb8d42b3 Mon Sep 17 00:00:00 2001 From: Dmitry Dulepov Date: Tue, 5 Aug 2008 10:46:18 +0000 Subject: [PATCH] Fixed bug #6992: t3ib_refindex requires t3lib_BEfunc but does not include it git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3934 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 1 + t3lib/class.t3lib_refindex.php | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 120b037508a9..b83d6c91b98c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2008-08-05 Dmitry Dulepov * Fixed bug #8890: Feature: hook in function "getSingleField_SW" before rendering of single fields in tceforms (thanks to Alex Widschwendter) + * Fixed bug #6992: t3ib_refindex requires t3lib_BEfunc but does not include it 2008-08-04 Stanislas Rolland diff --git a/t3lib/class.t3lib_refindex.php b/t3lib/class.t3lib_refindex.php index 8050ef2a4704..ec4f67c9cbda 100755 --- a/t3lib/class.t3lib_refindex.php +++ b/t3lib/class.t3lib_refindex.php @@ -60,6 +60,7 @@ * */ +require_once(PATH_t3lib.'class.t3lib_befunc.php'); require_once(PATH_t3lib.'class.t3lib_tcemain.php'); require_once(PATH_t3lib.'class.t3lib_flexformtools.php'); //require_once(PATH_typo3.'sysext/indexed_search/class.lexer.php'); // Disabled until Kasper finishes this feature. Apart from that, t3lib classes should never require stuff from extensions. -- 2.20.1