mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
(Retrofit from trunk) Fix utils::GetCurrentModuleUrl() introduced in revision 4844
SVN:2.4[4970]
This commit is contained in:
@@ -234,7 +234,7 @@ class MFCompiler
|
||||
}
|
||||
else
|
||||
{
|
||||
$sRealRelativeDir = substr(realpath($sFinalTargetDir.'/'.$sRelativeDir), $iStart);
|
||||
$sRealRelativeDir = substr(realpath($sFinalTargetDir).'/'.$sRelativeDir, $iStart);
|
||||
}
|
||||
|
||||
// Push the other module files
|
||||
|
||||
Reference in New Issue
Block a user