mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-03 02:09:22 -04:00
Fix for ticket #181. Valiant take note of the change to
admin_users.php. I had to remove the check for the locale as it hasn't been added to the form.
This commit is contained in:
@@ -70,7 +70,7 @@ class user_Core {
|
||||
$group->password("password2")->label(t("Confirm Password"))->id("gPassword2")
|
||||
->matches($group->password);
|
||||
$group->input("email")->label(t("Email"))->id("gEmail");
|
||||
$group->input("url")->label(t("URL"))->id("gUrl")->value($user->url);
|
||||
$group->input("url")->label(t("URL"))->id("gUrl");
|
||||
self::_add_locale_dropdown($group);
|
||||
$group->submit("")->value(t("Add User"));
|
||||
$user = ORM::factory("user");
|
||||
|
||||
Reference in New Issue
Block a user