Correct case of value in User_Perference

pull/3779/head
Isaac Connor 2023-10-20 14:51:18 -04:00
parent 84ca405749
commit 1411c47c99
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class User_Preference extends ZM_Object {
'Id' => null,
'UserId' => null,
'Name' => '',
'value' => '',
'Value' => '',
);
private $User = null;