Added code to Just Get RODb and not all of it's children.
This commit is contained in:
parent
79b0bf4c1b
commit
35627d8fa2
@ -401,7 +401,7 @@ namespace Volian.Controls.Library
|
||||
string linkstr = m.Groups[2].Value;
|
||||
string[] roparts = linkstr.Split(" ".ToCharArray());
|
||||
ContentRoUsage rousg = null;
|
||||
using (RODb rodb = RODb.Get(Convert.ToInt32(roparts[2])))
|
||||
using (RODb rodb = RODb.GetJustRoDb(Convert.ToInt32(roparts[2])))
|
||||
{
|
||||
rousg = itm.MyContent.ContentRoUsages.Add(roparts[1], rodb);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user