[TYPO3-mvc] RFC: #13151 getObjectCountByQuery() should return an integer

Nikolas Hagelstein nikolas.hagelstein at gmail.com
Fri Feb 18 11:54:07 CET 2011


+1 in general,perhaps we should cast
Line 274:
$count = current(current($rows));
e.g
$count = (int) current(current($rows));


Cheers,
Nikolas



More information about the TYPO3-project-typo3v4mvc mailing list