UpdateCurrencyRate.php
authorEdward <edward@roojs.com>
Mon, 20 Oct 2014 07:52:42 +0000 (15:52 +0800)
committerEdward <edward@roojs.com>
Mon, 20 Oct 2014 07:52:42 +0000 (15:52 +0800)
UpdateCurrencyRate.php

index 2a582e5..5f38399 100644 (file)
@@ -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));