mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 12:01:20 +02:00
"fixed wrong path buildng (missing slash)"
This commit is contained in:
@ -226,6 +226,7 @@
|
||||
{
|
||||
$browser_folder = '.';
|
||||
}
|
||||
//echo "<p>".__METHOD__."($package,$file,$app,$browser) --> ".EGW_INCLUDE_ROOT ."/$app/js/$package/$browser_folder/$file.js</p>\n";
|
||||
|
||||
if ($this->included_files[$app][$package][$file]) return true;
|
||||
|
||||
@ -246,7 +247,7 @@
|
||||
$this->files['phpgwapi'][$package][$file] = $browser_folder;
|
||||
return True;
|
||||
}
|
||||
elseif(is_readable(EGW_INCLUDE_ROOT ."phpgwapi/js/$package/$file.js"))
|
||||
elseif(is_readable(EGW_INCLUDE_ROOT ."/phpgwapi/js/$package/$file.js"))
|
||||
{
|
||||
$this->files['phpgwapi'][$package][$file] = '.';
|
||||
return True;
|
||||
|
Reference in New Issue
Block a user