Bugzilla – Bug 7465
Strings are not updated when a plugin is updated
Last modified: 2008-03-10 05:11:42 UTC
There is a corner case bug with the string cache - it does not detect is a plugin string file is updated if this file is still older than one of the other string files. Solution is not to use the newest mtime to validate the cache - probably use sum of mtimes for this? Put it down to me to fix!
Fixed in change 17835