mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-11 01:33:51 -04:00
Whitespace fix
This commit is contained in:
@@ -41,7 +41,7 @@ class Users_Controller extends Controller {
|
||||
// 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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user