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

index 8dac826..e6d6c4a 100644 (file)
@@ -82,7 +82,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman
         
         $ts = $xpath->query("//td[@id='content_section']");
         
-        $elements = $xpath->query("table", $ts->item(0));
+        $elements = $xpath->query("table/tr/td/pre", $ts->item(0));
         
         print_r($elements);