mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-03 01:39:15 +02:00
PHP 8.2 compatibility: Use of "self" in callables is deprecated
This commit is contained in:
parent
849c1c7cd1
commit
bff4d3a016
3 changed files with 5 additions and 5 deletions
|
@ -84,7 +84,7 @@ class I18n
|
|||
*/
|
||||
public static function _($messageId)
|
||||
{
|
||||
return forward_static_call_array('self::translate', func_get_args());
|
||||
return forward_static_call_array('PrivateBin\I18n::translate', func_get_args());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue