Opened 17 years ago
Closed 16 years ago
#6453 closed patch (fixed)
Improperly localized error message string in class_autoload
Reported by: | Owned by: | xris | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | Plugin - MythWeb | Version: | head |
Severity: | low | Keywords: | autoload |
Cc: | Ticket locked: | no |
Description
Hi!
The following is a patch for a small localization problem in class_autoload.php.
The name of the class is passed as part of the string to be localized instead of being passed as a parameter to that string which causes it not to be found in the translation files. This patch fixes that.
Please note that you must run build_translation.pl after applying this patch in order to regenerate the correct localizable string.
I currently get the error message in question while trying to do an advanced search, it looks like it wants to load "program" when it should try to load "Program".
Have a nice day!
Nick
patch