diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-09 08:43:18 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-09 08:43:18 -0700 |
commit | ebb44b05a2240ab0142539b1d985cf0f8471a038 (patch) | |
tree | bccbd85a001c87358964cca91cde9217a2a7e3d0 | |
parent | dafe22299428580e834734fac1bcc20e491ac809 (diff) | |
parent | 5c25973ee8f9601353917767d31f0af49cd93737 (diff) |
Merge branch 'master' of git://github.com/gallery/gallery3
-rw-r--r-- | modules/user/models/user.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/models/user.php b/modules/user/models/user.php index 4b43adff..55562f34 100644 --- a/modules/user/models/user.php +++ b/modules/user/models/user.php @@ -25,6 +25,7 @@ class User_Model extends ORM { "full_name" => "length[0,255]", "email" => "valid_email|length[1,255]", "password" => "length[1,40]", + "url" => "valid_url", "locale" => "length[2,10]"); public function __set($column, $value) { |