|
|
@@ -118,7 +118,7 @@ namespace MySystem
|
|
|
{
|
|
|
uidstring = us.PidPath.Trim(',').Replace(",,", ",") + "," + uidstring;
|
|
|
string[] parents = us.PidPath.Trim(',').Replace(",,", ",").Split(',');
|
|
|
- if (parents.Length > 1)
|
|
|
+ if (parents.Length > 2)
|
|
|
{
|
|
|
TopUserId = int.Parse(function.CheckInt(parents[1]));
|
|
|
}
|