1
0
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:
Cameron
2020-06-01 13:04:39 -07:00
parent 08260e8f6a
commit 4e8c3e375c

View File

@@ -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);
}