dam: Automatische Kategorisierung der DAM Fehlerhaft

http://bugs.typo3.org/view.php?id=13156

Fehler in der DAM:
I found the Bug in class.tx_dam_indexing.php in the function initEnabledRules().
Because after the first loop $obj still exists, only the last chosen Option is used.
This Bug can by solved by edit the Line 996 $this->rules[$ruleId][‚obj‘] = &$obj; ->
$this->rules[$ruleId][‚obj‘] = $obj;

Dieser Beitrag wurde unter dam, TYPO3 veröffentlicht. Setze ein Lesezeichen auf den Permalink.