[TYPO3-dam-devel] RFC #13156: After indexing files aren't categorized

Michiel Roos [netcreators] michiel at netcreators.com
Mon Jan 11 12:53:08 CET 2010


Hi DAM team,

This is an SVN patch request.

Type: Cleanup

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

Branches:
- trunk
- 1.1

Problem:
After indexing files aren't categorized

Solution:
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;

-- 

Met vriendelijke groet / Warm regards,


Michiel Roos
TYPO3 Developer
Certified TYPO3 Integrator

t. 06 458 7 8 9 10
w. netcreators.com
_____________________________________________
Netcreators: Open Source, Open Minds, Open People
_____________________________________________

TYPO3 Developer gezocht, lees de vacature online:
http://www.netcreators.com/bedrijf/vacatures-typo3-developer/
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: dam_13156.diff
URL: <http://lists.typo3.org/pipermail/typo3-team-dam/attachments/20100111/2ae26d9d/attachment.txt>


More information about the TYPO3-team-dam mailing list