We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b2aaf commit b99ca1aCopy full SHA for b99ca1a
files/lib/data/TI18nDatabaseObjectAction.class.php
@@ -83,7 +83,7 @@ protected function saveI18nValues(
83
84
if (!empty($values)) {
85
I18nHandler::getInstance()->save($values, $languageItem, $languageItemCategory, $packageID);
86
- if ($object->$propertyName !== $languageItem) {
+ if ($object->{$propertyName} !== $languageItem) {
87
$className = $this->getClassName();
88
(new $className($object))->update([
89
$propertyName => $languageItem,
0 commit comments