You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I was looking through the source code and saw this:
if (arguments.ContainsKey("startat"))
{
startat = arguments["startat"];
}
if (arguments.ContainsKey("logonuser"))
{
// setting startat to value of logonuser
startat = arguments["logonuser"];
}
Is this a bug? I would assume the value of logonuser should be set to the logonuser variable.
The text was updated successfully, but these errors were encountered:
Hey, I was looking through the source code and saw this:
Is this a bug? I would assume the value of logonuser should be set to the logonuser variable.
The text was updated successfully, but these errors were encountered: