ConvertStyle.php
[Pman.Core] / ConvertStyle.php
index 1af0e11..05c5c2d 100644 (file)
@@ -133,7 +133,7 @@ class Pman_Core_ConvertStyle extends Pman
 //            }
 //        }
         
-        foreach ($doc->evaluate('//style') as $s){
+        foreach ($xpath->evaluate('//style') as $s){
             
             print_r($s);
 //            $this->styleSheets[] = $this->$this->replaceImageUrl($s)