1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

e107table class moved out of class2.php to e_render_class.php and renamed to e_render. BC fix added.

This commit is contained in:
Cameron
2021-01-18 08:52:10 -08:00
parent 80a4d547f6
commit 911d41a402
7 changed files with 588 additions and 447 deletions

View File

@@ -1090,9 +1090,9 @@ $SYSTEM_DIRECTORY = "e107_system/";</pre>
}
if (class_exists('e107table'))
if (class_exists('e_render'))
{
$ns = new e107table;
$ns = new e_render;
}
switch($mode)