Fixes languageCustomItemValue for "reseted" language items
authorMatthias Schmidt <gravatronics@live.com>
Sun, 5 Jan 2014 21:18:36 +0000 (22:18 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 5 Jan 2014 21:18:36 +0000 (22:18 +0100)
commit76899d182b1dff5f82c9f632d6ace3aaf99c085c
tree7d9acf7c8e8dd15a25382e28bdf9a24aa174c9b8
parentdae89e2fc8d9b0b027069c6617d61623dd186579
Fixes languageCustomItemValue for "reseted" language items

If you use a custom version of language item, but don't want to use it anymore and don't want the custom version to be saved, you uncheck the "Use custom value" checkbox and leave the "Custom Value" textarea empty. This is the same state as the state of a never edited language item which is why the `languageCustomItemValue` value of the previously customized language item has to be `NULL` as it is for the never edited language item.

This fixes the number of custom phrases in the language table of LanguageListPage which currently counts all language items which ever had a custom value.
wcfsetup/install/files/lib/data/language/item/LanguageItemAction.class.php