From edb6a040cf76c1ae77ea29402377c98185e18199 Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Tue, 30 Sep 2014 17:20:41 +0800 Subject: [PATCH] MDL-47301 libraries: Patch Typo3 for Moodle's use --- lib/typo3/class.t3lib_div.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/typo3/class.t3lib_div.php b/lib/typo3/class.t3lib_div.php index 2b23dc1d9a7..c5012a675f3 100644 --- a/lib/typo3/class.t3lib_div.php +++ b/lib/typo3/class.t3lib_div.php @@ -5677,7 +5677,7 @@ final class t3lib_div { // thrown early during bootstrap, if the autoloader is // not instantiated yet. This can happen for example if // ext_localconf triggers a deprecation. - require_once 'utility/class.t3lib_utility_debug.php'; + require_once __DIR__.'/class.t3lib_utility_debug.php'; $trail = debug_backtrace(); @@ -5836,4 +5836,4 @@ final class t3lib_div { } } -?> \ No newline at end of file +?> -- 2.11.4.GIT