From 09937fa67f5356a819619e2b19acf05218a28978 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 20 Oct 2014 15:52:51 +0800 Subject: [PATCH] UpdateCurrencyRate.php --- UpdateCurrencyRate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UpdateCurrencyRate.php b/UpdateCurrencyRate.php index 5f38399f..8dac826f 100644 --- a/UpdateCurrencyRate.php +++ b/UpdateCurrencyRate.php @@ -82,7 +82,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman $ts = $xpath->query("//td[@id='content_section']"); - $elements = $xpath->query("./div", $ts->item(0)); + $elements = $xpath->query("table", $ts->item(0)); print_r($elements); -- 2.39.2