Commit 4a748fd5 authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov Committed by Alexander.Trofimov

Fixed issue #31798

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68762 954022d7-b5bf-4e40-9824-e11837661b57
parent 4132d89c
......@@ -1033,7 +1033,9 @@ DependencyGraph.prototype = {
dN.Ref = dN.Ref.replace(oName,nName);
}
else{
dN.relinkRef(oName, nName);
if( dN.Ref ){
dN.relinkRef(oName, nName);
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment