Actions
Bug #14644
closedTask center is not running at all
Start date:
2005-04-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.0beta1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When you click on the User --> task center you get the following error:
Warning: Missing argument 1 for overview_main() in /home/typo3_src-3.8.0beta1/typo3/ext/sys_notepad/class.tx_sysnotepad.php on line 36
Fatal error: Call to a member function on a non-object in /home/typo3_src-3.8.0beta1/typo3/ext/sys_notepad/class.tx_sysnotepad.php on line 40
The second error is depending on the first, since the argument missing is $pObj for
function overview_main(&$pObj)
Klick on Task Center
(issue imported from #M943)
Actions