From: Edward Date: Wed, 19 Feb 2014 10:03:41 +0000 (+0800) Subject: ConvertStyle.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=23e814dab019ddd08aa1194811bddc5dbac52a70 ConvertStyle.php --- diff --git a/ConvertStyle.php b/ConvertStyle.php index 4d8b2481..b7164b37 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -19,6 +19,7 @@ class Pman_Core_ConvertStyle extends Pman function relPath($base, $url) { + print_r($base);exit; if (preg_match('/^(http|https|mailto):/',$url)) { return $url; }