From: Edward Date: Mon, 20 Oct 2014 08:48:10 +0000 (+0800) Subject: UpdateCurrencyRate.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=c287845dd4669befe87befa16096ba4b00bd7ba5;hp=56458cc14f27dc67b28a3f4707674afd29b318b7;p=Pman.Core UpdateCurrencyRate.php --- diff --git a/UpdateCurrencyRate.php b/UpdateCurrencyRate.php index fc37c1f9..be9eaa5b 100644 --- a/UpdateCurrencyRate.php +++ b/UpdateCurrencyRate.php @@ -106,7 +106,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman )); (empty($o)) ? $curr->insert() : $curr->update($o); - + $this->jok("DONE"); } $this->jok("DONE");