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

index de0191e..32cbd0a 100644 (file)
@@ -82,7 +82,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman
         
         $ts = $xpath->query("//table[@id='converter_table']");
         
-        $elements = $xpath->query("//td[@id='content_section']");
+        $elements = $xpath->query("/div", $ts->item(0));
         
         print_r($elements);