* [misc] fix execution lib name in home page.
This commit is contained in:
@@ -1819,7 +1819,7 @@ class docModel extends model
|
||||
foreach($executionLibs as &$lib)
|
||||
{
|
||||
$lib->originName = $lib->name;
|
||||
$lib->name = $executionPairs[$lib->execution];
|
||||
$lib->name = $executionPairs[$lib->execution] . '/' . $lib->name;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user