1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-24 15:13:04 +02:00

Various PHP8 Fixes

This commit is contained in:
Cameron
2021-01-22 06:32:59 -08:00
parent 4a9cf379a6
commit 4b0edad459
4 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ $cached = e107::getCache()->retrieve($cString);
if(false === $cached)
{
$sql = e107::getDb();
require_once(e_PLUGIN."blogcalendar_menu/calendar.php");
require_once(e_PLUGIN."blogcalendar_menu/functions.php");