From 27c691e6a1989d29861fe73392e22fc683ccbefa Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 13 Jan 2009 18:29:09 +0000 Subject: [PATCH] erm... realpath git-svn-id: file:///svn/phpbb/trunk@9259 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 0b9b714c14..1787ec8df1 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -1862,7 +1862,7 @@ function get_backtrace() { $output = '
'; $backtrace = debug_backtrace(); - $path = phpbb_realpath(PHPBB_ROOT_PATH); + $path = phpbb::$url->realpath(PHPBB_ROOT_PATH); foreach ($backtrace as $number => $trace) {