I18n.php
authoredward <edward@roojs.com>
Fri, 20 Nov 2015 02:35:21 +0000 (10:35 +0800)
committeredward <edward@roojs.com>
Fri, 20 Nov 2015 02:35:21 +0000 (10:35 +0800)
I18n.php

index f4c439d..e973f90 100644 (file)
--- a/I18n.php
+++ b/I18n.php
@@ -271,10 +271,12 @@ class Pman_Core_I18n extends Pman
      *
      */
     
-    static $rates = array();
+    
     
     function loadRates()
     {   
+        static $rates = array();
+        
         if (!empty($this->rates)) {
             return true;
         }