fis in name field in get notes

This commit is contained in:
Ronald Quenta
2015-04-30 21:33:59 -04:00
parent 9800e71a8c
commit 494ebc4d64

View File

@@ -905,11 +905,11 @@ class Light extends Api
'NOTE_CONTENT' => 'content'
),
'user' => array(
'USR_UID' => 'userId',
'USR_USERNAME' => 'name',
'USR_FIRSTNAME' => 'fristName',
'USR_LASTNAME' => 'lastName',
'USR_EMAIL' => 'email'
'USR_UID' => 'userId',
'USR_USERNAME' => 'name',
'USR_FIRSTNAME' => 'firstName',
'USR_LASTNAME' => 'lastName',
'USR_EMAIL' => 'email'
)
);