diff options
author | andi <andi@splitbrain.org> | 2005-04-14 22:52:19 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-04-14 22:52:19 +0200 |
commit | 426d8ff4dbde756dd678712847a0fc783edb75ce (patch) | |
tree | f7de0e79805907f652ce2703875265a20165b54a /inc/common.php | |
parent | 63ba0b075ea9777ce1a62d1a2c50952cde94859b (diff) | |
download | rpg-426d8ff4dbde756dd678712847a0fc783edb75ce.tar.gz rpg-426d8ff4dbde756dd678712847a0fc783edb75ce.tar.bz2 |
more fetch.php hacking
darcs-hash:20050414205219-9977f-abd598794c5261b12a89d402e481d3425851d2b9.gz
Diffstat (limited to 'inc/common.php')
-rw-r--r-- | inc/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/common.php b/inc/common.php index 268072cbf..871196dd5 100644 --- a/inc/common.php +++ b/inc/common.php @@ -426,7 +426,7 @@ function mediaFN($id){ global $conf; $id = cleanID($id); $id = str_replace(':','/',$id); - $fn = $conf['datadir'].'/'.utf8_encodeFN($id); + $fn = $conf['mediadir'].'/'.utf8_encodeFN($id); return $fn; } |