aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-01-13 18:29:09 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-01-13 18:29:09 +0000
commit27c691e6a1989d29861fe73392e22fc683ccbefa (patch)
tree93c868706efe42b2de8fd1d1efd6c3b0468feba3 /phpBB
parentb068ff2b395d9d9ab3d8cf398047772399825d07 (diff)
downloadforums-27c691e6a1989d29861fe73392e22fc683ccbefa.tar
forums-27c691e6a1989d29861fe73392e22fc683ccbefa.tar.gz
forums-27c691e6a1989d29861fe73392e22fc683ccbefa.tar.bz2
forums-27c691e6a1989d29861fe73392e22fc683ccbefa.tar.xz
forums-27c691e6a1989d29861fe73392e22fc683ccbefa.zip
erm... realpath
git-svn-id: file:///svn/phpbb/trunk@9259 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
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 = '<div style="font-family: monospace;">';
$backtrace = debug_backtrace();
- $path = phpbb_realpath(PHPBB_ROOT_PATH);
+ $path = phpbb::$url->realpath(PHPBB_ROOT_PATH);
foreach ($backtrace as $number => $trace)
{