mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Closes #4012 Precaution for when tablerender() is not found.
This commit is contained in:
@@ -1274,7 +1274,7 @@ if (!class_exists('e107table', false))
|
||||
{
|
||||
$this->thm->tablestyle($caption, $text, $mode, $options);
|
||||
}
|
||||
else
|
||||
elseif(function_exists('tablestyle'))
|
||||
{
|
||||
tablestyle($caption, $text, $mode, $options);
|
||||
}
|
||||
|
Reference in New Issue
Block a user