I18n.php
authorAlan Knowles <alan@roojs.com>
Tue, 6 Oct 2015 01:55:51 +0000 (09:55 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 6 Oct 2015 01:55:51 +0000 (09:55 +0800)
I18n.php

index ffd6b4c..7339009 100644 (file)
--- a/I18n.php
+++ b/I18n.php
@@ -263,7 +263,7 @@ class Pman_Core_I18n extends Pman
     function convertCurrency($val, $from, $to)
     {
         
-        DB_DAtaObject::Factory('core_curr_rate')->convert($val,$from,$to);
+        return DB_DAtaObject::Factory('core_curr_rate')->convert($val,$from,$to);
     
     }
     /**