mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2024-11-21 21:59:12 +01:00
Use of "self" in callables is deprecated in php 8.2
@a2exfr push : Use of "self" in callables is deprecated
This commit is contained in:
parent
52b468feb2
commit
175a268962
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class Trash extends \gp\special\Base{
|
|||
}
|
||||
}
|
||||
|
||||
uasort($trash_titles,array('self','TitleSort'));
|
||||
uasort($trash_titles,array('gp\admin\Content\Trash','TitleSort'));
|
||||
|
||||
return $trash_titles;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue