From: Edward Date: Mon, 20 Oct 2014 07:43:52 +0000 (+0800) Subject: UpdateCurrencyRate.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=e68ab79c7942e8643dbe923411c660fab4ee9ceb UpdateCurrencyRate.php --- diff --git a/UpdateCurrencyRate.php b/UpdateCurrencyRate.php index 067ac526..de0191ef 100644 --- a/UpdateCurrencyRate.php +++ b/UpdateCurrencyRate.php @@ -82,7 +82,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman $ts = $xpath->query("//table[@id='converter_table']"); - $elements = $xpath->query("/td[@id='content_section']", $ts->item(0)); + $elements = $xpath->query("//td[@id='content_section']"); print_r($elements);