ConvertStyle.php
[Pman.Core] / ConvertStyle.php
index 68952af..706e9bf 100644 (file)
@@ -51,13 +51,13 @@ class Pman_Core_ConvertStyle extends Pman
     
     function post()
     {
-        
-        
+        // Import from URL
         if(isset($_REQUEST['importUrl']))
         {
             $this->checkHeader($_REQUEST['importUrl']);
             $data = $this->convertStyle($_REQUEST['importUrl'], '');
             $this->jok($data);
+            
         }
      
         // Import from file