From: Edward Date: Mon, 20 Oct 2014 07:52:42 +0000 (+0800) Subject: UpdateCurrencyRate.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=086aae9da0c242fcd88b711bd0306af395b33e53 UpdateCurrencyRate.php --- diff --git a/UpdateCurrencyRate.php b/UpdateCurrencyRate.php index 2a582e5e..5f38399f 100644 --- a/UpdateCurrencyRate.php +++ b/UpdateCurrencyRate.php @@ -80,7 +80,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman $xpath = new DOMXpath($doc); - $ts = $xpath->query("//table[@id='converter_table']"); + $ts = $xpath->query("//td[@id='content_section']"); $elements = $xpath->query("./div", $ts->item(0));