Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mariansladek

    (@mariansladek)

    $label_title = (empty($column_schema[‘logical_name’])) ? sanitize_for_php($column_name, ‘decode’) : $column_schema[‘logical_name’];

    corect:

    $label_title = (empty($column_schema[‘logical_name’])) ? cdbt_sanitize_for_php($column_name, ‘decode’) : $column_schema[‘logical_name’];

    Plugin Author ka2

    (@ka2)

    Thank you for taking the time to this matter.

    That’s certainly true.

    I am going to prepare as soon hotfix.

    Plugin Author ka2

    (@ka2)

    Sorry for my late reply.

    I released a hotfix-version 1.1.15 that fixed a fatal error.

    I apologize for any inconvenience that may have caused you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ERROR in new version 1.1.14’ is closed to new replies.