mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
Issue #2146 - Fix for theme-manager after model refactoring.
This commit is contained in:
@@ -4816,9 +4816,16 @@ var_dump($select_options);*/
|
||||
break;
|
||||
}
|
||||
|
||||
if(!empty($attributes['grid']) && empty($attributes['type']))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
if(empty($attributes['type']))
|
||||
{
|
||||
e107::getDebug()->log("Field '".$field."' is missing a value for 'type'.");
|
||||
// e107::getDebug()->log($value);
|
||||
// e107::getDebug()->log($attributes);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user