Project

General

Profile

Actions

Bug #4481

closed

Take care of unitialized or out of context variables

Added by Francois Suter almost 15 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Must have
Category:
scheduler
Target version:
-
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 #1

Updated by Francois Suter almost 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

Actions #2

Updated by Francois Suter about 12 years ago

  • Status changed from Resolved to Closed
Actions #3

Updated by Michael Stucki over 10 years ago

  • Category set to scheduler
Actions #4

Updated by Michael Stucki over 10 years ago

  • Project changed from 739 to TYPO3 Core
  • Category changed from scheduler to scheduler
Actions

Also available in: Atom PDF