* Fix bug #42300.
This commit is contained in:
@@ -227,7 +227,7 @@ class docModel extends model
|
||||
if($lib->execution) $lib->type = 'execution';
|
||||
if($lib->type == 'execution' && $lib->execution && !$lib->project)
|
||||
{
|
||||
$execution = $this->loadModel('execution')->getByID($lib->execution);
|
||||
$execution = $this->loadModel('execution')->getByID((int)$lib->execution);
|
||||
$lib->project = $execution->project;
|
||||
}
|
||||
if($libType == 'api')
|
||||
|
||||
Reference in New Issue
Block a user