When process is finished, die.

This commit is contained in:
defacer
2005-02-25 20:43:12 +00:00
parent b0ec882fc1
commit 67775c8d9f
+1
View File
@@ -91,6 +91,7 @@
case STEP_COMPLETED:
echo get_string('updatedstpresetscompleted');
print_object($results);
die();
break;
}
}