mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
Remove some references to deprecated functions/methods.
This commit is contained in:
@@ -383,7 +383,7 @@ class eMessage
|
||||
{
|
||||
return constant('EMESSLAN_TITLE_'.strtoupper($type.'_'.$message_stack));
|
||||
}
|
||||
return defsettrue('EMESSLAN_TITLE_'.strtoupper($type), '');
|
||||
return deftrue('EMESSLAN_TITLE_'.strtoupper($type), '');
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user