[TYPO3-dam-devel] RFC #14022: Bug: tx_dam_softrefproc completely overrides t3lib_softrefproc

Peter Kuehn [wmdb] peter.kuehn at wmdb.de
Wed Apr 7 12:42:11 CEST 2010


This is an SVN patch request.

Type: Bugfix

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

Branches:
1.1 and trunk

Problem:
the comment for t3lib_softrefproc::findRef() reads: "Main function 
through which all processing happens".
tx_dam_softrefproc extends t3lib_softrefproc but returns false as 
default instead of parent::findRef()

Solution:
return parent::findRef($table, $field, $uid, $content, $spKey, 
$spParams, $structurePath)

gRTz
pekue
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 14022.diff
URL: <http://lists.typo3.org/pipermail/typo3-team-dam/attachments/20100407/51635e9d/attachment.txt>


More information about the TYPO3-team-dam mailing list