mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Fix for PHP error
This commit is contained in:
@@ -19,7 +19,7 @@ class tinymce4_setup
|
|||||||
{
|
{
|
||||||
$list = e107::getConfig()->get('e_meta_list');
|
$list = e107::getConfig()->get('e_meta_list');
|
||||||
|
|
||||||
if(in_array('tinymce4',$list))
|
if(!empty($list) && in_array('tinymce4',$list))
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user