X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=I18n.php;fp=I18n.php;h=7339009f5c282370901788f0db38684d4f340a74;hb=88a16bb8732187e91a56dd8f339dd715fec31347;hp=ffd6b4ce69a78438ffdbb28ddcc7b077644e6511;hpb=ccf2a0f1fcf7804d555ab8de02700229d4649094;p=Pman.Core diff --git a/I18n.php b/I18n.php index ffd6b4ce..7339009f 100644 --- 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); } /**