Page 1 of 1

DEBUG: undefined var

Posted: 15. January 2012 21:57
by js2002
[phpBB Debug] PHP Notice: in file /portal/modules/portal_events.php on line 83: Use of undefined constant TEXT_TEST - assumed 'TEXT_TEST'

the module code

Code: Select all

'TEXT_TEST'			=> sprintf($user->lang[TEXT_TEST], '3'),
the language file

Code: Select all

'TEXT_TEST'			=> '[test string /w placeholder var aus script: <strong>%d</strong>]',
Do I have to add sth like "isset()"? If yes, where do I have to?