Added a fix to prefent language strings colliding on compilation. Added the option to use []+, in the custom code arg values. Added easy debug option for the setDynamicValues method in the compiler. Fixed the editor issue in the fields view.
This commit is contained in:
@ -4029,8 +4029,8 @@ abstract class ComponentbuilderHelper
|
||||
*/
|
||||
public static function getFieldObject($attributes, $default = '', $options = null)
|
||||
{
|
||||
// make sure we have a type
|
||||
if (isset($attributes['type']))
|
||||
// make sure we have attributes and a type value
|
||||
if (self::checkArray($attributes) && isset($attributes['type']))
|
||||
{
|
||||
// make sure the form helper class is loaded
|
||||
if (!method_exists('JFormHelper', 'loadFieldType'))
|
||||
|
Reference in New Issue
Block a user