See: https://www.woltlab.com/forum/index.php/Thread/219837-Problem-bei-der-TAG-Verwaltung-Integrity-constraint-violation-1062-Duplicate-ent/
* @see \wcf\page\IPage::readData()
*/
public function readData() {
+ $this->languageID = $this->tagObj->languageID;
+
parent::readData();
if (empty($_POST)) {
$this->name = $this->tagObj->name;
}
- $this->languageID = $this->tagObj->languageID;
-
$synonymList = new TagList();
$synonymList->getConditionBuilder()->add('synonymFor = ?', array($this->tagObj->tagID));
$synonymList->readObjects();