Skip to content
Snippets Groups Projects
Commit 0f464fdd authored by Leigh B Stoller's avatar Leigh B Stoller
Browse files

Fix typo.

parent 419c338d
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,7 @@ function SPITFORM($uid, $referrer, $error)
if (!$ajax_request && !isset($login)) {
if ($this_user) {
if (Instance::UserHasInstances($this_user)) {
header("Location: $APTBASE/myexperments.php");
header("Location: $APTBASE/myexperiments.php");
}
else {
header("Location: $APTBASE/instantiate.php");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment