Bug #29240
$rows in tx_crawler_lib->CLI_run won't be checked -> PHP Warning
| Status: | Resolved | Start date: | 2011-08-25 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
$rows should be checked before processed with foreach
PHP Warning: Invalid argument supplied for foreach()
in /xxxxx/typo3conf/ext/crawler/class.tx_crawler_lib.php on
line 2097
Associated revisions
Bug #29240
$rows in tx_crawler_lib->CLI_run won't be checked -> PHP Warning
History
Updated by Michael Klapper 9 months ago
- Status changed from New to Needs Feedback
Is this still relevant?
Updated by Michael Klapper 9 months ago
- Status changed from Needs Feedback to Resolved
Revision: 65369
Author: michael.klapper
Date: 13:35:24, Montag, 13. August 2012
Message:
Bug #29240
$rows in tx_crawler_lib->CLI_run won't be checked > PHP Warning
---
Modified : /crawler/trunk/class.tx_crawler_lib.php