From 0e28be8582c602a49b47d298765a5a435d00f14e Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 20 Nov 2015 10:35:12 +0800 Subject: [PATCH] I18n.php --- I18n.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/I18n.php b/I18n.php index 7339009f..f4c439de 100644 --- a/I18n.php +++ b/I18n.php @@ -270,9 +270,11 @@ class Pman_Core_I18n extends Pman * DO NOT USE THIS -- see core_curr_rates dataobject. * */ - var $rates = array(); + + static $rates = array(); + function loadRates() - { + { if (!empty($this->rates)) { return true; } -- 2.39.2