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

index 43be159..dd72189 100644 (file)
@@ -84,7 +84,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman
         
         $elements = $xpath->query("tbody", $ts->item(0));
         
-        print_r($ts->item(0)->firstChild->firstChild->getAttributes());
+        print_r($ts->item(0)->firstChild->firstChild->getAttribute('class'));
         
     }