From f4fe6aa543de23058a808c105a715e73d67c4748 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 19 Apr 2016 14:00:47 +0200 Subject: * reading web base path from custom Prado namespace --- app/php/components/ClientScriptManager.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'app/php') diff --git a/app/php/components/ClientScriptManager.php b/app/php/components/ClientScriptManager.php index 8289c69..ce3446c 100644 --- a/app/php/components/ClientScriptManager.php +++ b/app/php/components/ClientScriptManager.php @@ -9,12 +9,7 @@ class ClientScriptManager extends TClientScriptManager { } private function _getBasePath() { - $assetManager = $this->Application->AssetManager; - return preg_replace( - '#' . preg_quote($assetManager->BaseUrl) . '$#', - '', - $assetManager->BasePath - ); + return Prado::getPathOfNamespace('Web') . DIRECTORY_SEPARATOR; } private function _getBasePaths($urls) { -- cgit v1.2.3