e107_handlers/notify_class.php
Call to deprecated function \e_parse::text_truncate()
defined at /code/e107_handlers/e_parse_class.php:1286
Open
Open
$this->send('newsupd', NT_LAN_NU_1.': '.$data['news_title'], e107::getParser()->text_truncate(e107::getParser()->toDB($message), 400, '...'));
- Exclude checks
Call to deprecated function \e_parse::text_truncate()
defined at /code/e107_handlers/e_parse_class.php:1286
Open
Open
$this->send('newspost', $data['news_title'], e107::getParser()->text_truncate(e107::getParser()->toDB($message), 400, '...'));
- Exclude checks
Returning type array|bool
but send()
is declared to return void
Open
Open
return e107::callMethod($cls, $method, $evData);
- Exclude checks
Returning type false
but send()
is declared to return void
Open
Open
return false;
- Exclude checks