The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
variable missing from language file - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: variable missing from language file (/showthread.php?tid=268) |
variable missing from language file - tjones - 09-15-2016 "ACCOUNT_USER_ADDED" is missing from the language file. It is referenced in admin_users when adding a new user manually. variable missing from language file - plb - 09-19-2016 Oops. That is my bad. I submitted a patch for a bug which included this and I neglected to submit helpers/language.php in my patch... On line 66 I added this: "ACCOUNT_USER_ADDED" => "You have successfully added a user", Sorry. My bad. |