[TYPO3-core] RFC: Timetracker fixes

Michael Stucki michael at typo3.org
Fri Jun 24 18:09:45 CEST 2005


This is a CVS patch request.

Type: (Bugfix / New feature / Code cleanup)
=> bugfix + cleanup

Description:
=> $TT->pull() was called without $TT->push() before
Once the page is being indexed, this can issue a PHP error on the frontpage:

| Warning: end(): Passed variable is not an array or object
| in /var/www/typo3/typo3_src-3.8.0/t3lib/class.t3lib_timetrack.php on line
| 298
| 
| Warning: implode(): Bad arguments.
| in /var/www/typo3/typo3_src-3.8.0/t3lib/class.t3lib_timetrack.php on line
| 298

=> The 2nd patch changes a wrong implode order (though it is accepted by PHP).

Branches: (HEAD / TYPO3_3-8 / TYPO3_3-7)
=> HEAD, TYPO3_3-8

Bugtracker reference:
=> -

Files: (please attach them - makes it easier to review when offline)
=> pull_indexing.diff: TT->pull() bugfix
=> ts_log.diff: implode() correction

With kind regards
- michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pull_indexing.diff
Type: text/x-diff
Size: 838 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20050624/9b95909a/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ts_log.diff
Type: text/x-diff
Size: 1271 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20050624/9b95909a/attachment-0001.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20050624/9b95909a/attachment.pgp 


More information about the TYPO3-team-core mailing list