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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user