ConvertStyle.php
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:51:22 +0000 (17:51 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:51:22 +0000 (17:51 +0800)
ConvertStyle.php

index 81db0f8..7833dc4 100644 (file)
@@ -83,7 +83,7 @@ class Pman_Core_ConvertStyle extends Pman
 //        }
         
         if(!$is_url){
-            $data = file_get_contents($path);
+            $data = file_get_contents($file);
         }