I18n.php
authorChris <chris@roojs.com>
Tue, 29 Jan 2013 05:31:17 +0000 (13:31 +0800)
committerChris <chris@roojs.com>
Tue, 29 Jan 2013 05:31:17 +0000 (13:31 +0800)
I18n.php

index 0fed9ee..009c26d 100644 (file)
--- a/I18n.php
+++ b/I18n.php
@@ -292,9 +292,10 @@ class Pman_Core_I18n extends Pman
             if (!strlen($f)) {
                 $target = dirname(__FILE__).'/eurofxref-daily.xml';
                 
-                return false;
+                
+            } else {
+                file_put_contents($target,$f);
             }
-            file_put_contents($target,$f);
         } 
         $dom = simplexml_load_file($target);
         $this->rates['EUR'] = 1.0;