mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 18:08:21 +01:00
fix for typo: path_url --> parse_url
This commit is contained in:
parent
71ec92a777
commit
4e8f54268c
@ -736,7 +736,7 @@ abstract class egw_framework
|
|||||||
$max_modified = 0;
|
$max_modified = 0;
|
||||||
$debug_minify = (bool)$GLOBALS['egw_info']['server']['debug_minify'];
|
$debug_minify = (bool)$GLOBALS['egw_info']['server']['debug_minify'];
|
||||||
$base_path = $GLOBALS['egw_info']['server']['webserver_url'];
|
$base_path = $GLOBALS['egw_info']['server']['webserver_url'];
|
||||||
if ($base_path[0] != '/') $base_path = path_url($base_path, PHP_URL_PATH);
|
if ($base_path[0] != '/') $base_path = parse_url($base_path, PHP_URL_PATH);
|
||||||
$css_file = '';
|
$css_file = '';
|
||||||
foreach(self::$css_include_files as $n => $path)
|
foreach(self::$css_include_files as $n => $path)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user