From 5d83760b6a765d95eed872ae9d6b53088f3330f0 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 16:34:13 +0800 Subject: [PATCH] ConvertStyle.php --- ConvertStyle.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ConvertStyle.php b/ConvertStyle.php index 68952af5..706e9bf3 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -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 -- 2.39.2