Skip to content

Instantly share code, notes, and snippets.

@low
Created June 28, 2010 12:07
Show Gist options
  • Save low/455761 to your computer and use it in GitHub Desktop.
Save low/455761 to your computer and use it in GitHub Desktop.
if ( ! empty($errors) )
{
$msg = array();
foreach ($errors AS $line)
{
$msg[] = $this->EE->lang->line($line);
}
$this->EE->session->set_flashdata('errors', $msg);
$this->EE->functions->redirect($return_url);
exit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment