UpdateCurrencyRate.php
authorEdward <edward@roojs.com>
Mon, 20 Oct 2014 08:48:10 +0000 (16:48 +0800)
committerEdward <edward@roojs.com>
Mon, 20 Oct 2014 08:48:10 +0000 (16:48 +0800)
UpdateCurrencyRate.php

index fc37c1f..be9eaa5 100644 (file)
@@ -106,7 +106,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman
             ));
 
             (empty($o)) ? $curr->insert() : $curr->update($o);
-            
+            $this->jok("DONE");
         }
         
         $this->jok("DONE");