From e6227dee47bdfbcb2751f28f7d859ff4420ba5fa Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 13 May 2016 13:29:00 +0200 Subject: * code formatting --- app/php/web/ClientScriptManager.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/php/web/ClientScriptManager.php b/app/php/web/ClientScriptManager.php index 5ef0a4d..223c6e2 100644 --- a/app/php/web/ClientScriptManager.php +++ b/app/php/web/ClientScriptManager.php @@ -331,7 +331,9 @@ class ClientScriptManager extends TClientScriptManager { function($matches) use($originalDir) { $url = parse_url($matches[1]); // ignore absolute URLs and paths - if (isset($url['scheme']) || isset($url['host']) || $url['path'][0] == '/') { + if (isset($url['scheme']) + || isset($url['host']) + || $url['path'][0] == '/') { return $matches[0]; } // resolve relative paths -- cgit v1.2.3