Skip to content

Commit

Permalink
Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Aug 9, 2010
1 parent e85b345 commit c3ad4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/user/controllers/users.php
Expand Up @@ -41,7 +41,7 @@ public function update($id) {
// Translate ORM validation errors into form error messages
foreach ($e->validation->errors() as $key => $error) {
$form->edit_user->inputs[$key]->add_error($error, 1);
}
}
$valid = false;
}

Expand Down

0 comments on commit c3ad4b5

Please sign in to comment.