Fixes bug in I18nHandler::validateValues()
authorMatthias Schmidt <gravatronics@live.com>
Sat, 31 Dec 2011 12:14:29 +0000 (13:14 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 31 Dec 2011 12:14:29 +0000 (13:14 +0100)
commitc6625c077b9093fc7496586c4c2091e7f3727573
tree1dd836ee2ba924c217fffed2ca7ebbcf92e690fe
parent3425cac8584e9825b4c22bc41c9d24862d74d8f9
Fixes bug in I18nHandler::validateValues()

If a plain value is validated there are two errors possible:

1. The value has to be a I18n value, but isn't it.
2. The plain value is empty.

So, when checking, there need to be an `or` instead of an `and`.
wcfsetup/install/files/lib/system/language/I18nHandler.class.php