From: Chris Date: Tue, 29 Jan 2013 05:30:44 +0000 (+0800) Subject: I18n.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=e02f1e661854c8b773ad5b26a1b4b4d1797d4a5d I18n.php --- diff --git a/I18n.php b/I18n.php index db8597c9..9d403d95 100644 --- a/I18n.php +++ b/I18n.php @@ -290,6 +290,8 @@ 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'; + return false; } file_put_contents($target,$f);