Commit cdbb41df authored by clone's avatar clone

bug

parent 1462cac6
...@@ -92,7 +92,7 @@ class User extends Basic ...@@ -92,7 +92,7 @@ class User extends Basic
} }
if (isset($params['id'])) { if (isset($params['id'])) {
$conditions['id'] = $params['user_id']; $conditions['id'] = $params['id'];
} }
if (isset($params['user_name'])) { if (isset($params['user_name'])) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment