mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +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);
|
$this->thm->tablestyle($caption, $text, $mode, $options);
|
||||||
}
|
}
|
||||||
else
|
elseif(function_exists('tablestyle'))
|
||||||
{
|
{
|
||||||
tablestyle($caption, $text, $mode, $options);
|
tablestyle($caption, $text, $mode, $options);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user