1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-09 08:06:38 +02:00

Issue #5079 - PHP 8.2 Deprecated error removal

This commit is contained in:
camer0n
2023-10-26 16:20:22 -07:00
parent 4467ad32b8
commit 552af19c54
4 changed files with 12 additions and 8 deletions

View File

@@ -28,7 +28,6 @@ function plugin_forum_admin_events($type, $parms)
//Called if classtree cache is cleared. Meaning we'll need to rebuild moderator cache
function plugin_forum_admin_events_clear_moderators()
{
$e107 = e107::getInstance();
$e107->ecache->clear_sys('nomd5_forum_moderators');
e107::getCache()->clear_sys('nomd5_forum_moderators');
}