funkjedi / acf-qtranslate

Adds qTranslate compatible fields for Text, Text Area, Wysiwyg Editor and Image.
http://wordpress.org/plugins/acf-qtranslate/
57 stars 32 forks source link

Fixed undefined index (readonly, disabled) warning in text and text are… #108

Closed jsgaonac closed 5 years ago

jsgaonac commented 6 years ago

…a fields. When using text and text area fields inside a repeater (ACF 5.6.3), a warning saying 'readonly' and 'disable', both were 'undefined index' for some array. Checking for key existence before accessing the array solved it.

image

garymould commented 6 years ago

This fixed the error for me.