function hostmaster_task_verify_validate in Hostmaster (Aegir) 5.x
File
- ./
hostmaster.forms.inc, line 268
Code
function hostmaster_task_verify_validate($form, &$form_state) {
$node = hosting_get_most_recent_task(HOSTING_OWN_PLATFORM, 'verify');
if (!($node->task_status == HOSTING_TASK_SUCCESS)) {
# form_set_error("submit");
}
}