public function HostingForm::error in Aegir Objects 7.3
File
- classes/
HostingForm.inc, line 101 - The HostingForm class.
Class
- HostingForm
- @file The HostingForm class.
Code
public function error($field, $message) {
form_error($this->form[$field], t($message));
}