From f461927b03acff31ef5c3fd1d272741db27ee530 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 29 Jan 2013 13:31:10 +0800 Subject: [PATCH] I18n.php --- I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I18n.php b/I18n.php index 9d403d95..0fed9ee0 100644 --- a/I18n.php +++ b/I18n.php @@ -290,7 +290,7 @@ class Pman_Core_I18n extends Pman // this may fail... $f = @file_get_contents('http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml'); if (!strlen($f)) { - $target = dirname(__FILE__).'eurofxref-daily.xml'; + $target = dirname(__FILE__).'/eurofxref-daily.xml'; return false; } -- 2.39.2