Actions
Bug #4481
closedTake care of unitialized or out of context variables
Start date:
2009-09-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
As reported by Bastian Waidelich in the core mailing list:
mod1/index.php: lines 191, 206, 214, 225: undefined variable "$scheduler". This should probably be "$this->scheduler" lines 787, 788: undefined variable "$class". line 873: undefined variable "$checked". line 1168: undefined variable "$minute". Should be "$minutes"
Updated by Francois Suter about 15 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Most variables were actually unused. I removed them.
$minute was indeed misspelled.
Solved in r1204
Updated by Francois Suter over 12 years ago
- Status changed from Resolved to Closed
Updated by Michael Stucki almost 11 years ago
- Project changed from 739 to TYPO3 Core
- Category changed from scheduler to scheduler
Actions