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"
Actions