Plugin Directory

Changeset 1603132


Ignore:
Timestamp:
02/24/2017 09:37:25 PM (9 years ago)
Author:
frankenstein-uk
Message:

typo fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nm-contact-forms/trunk/index.php

    r1603128 r1603132  
    424424        foreach($nm_form['fields'] as $field){
    425425   
    426             if(array_key_exists('read_only', $field)) $field['read_only'] = '';
     426            if(!array_key_exists('read_only', $field)) $field['read_only'] = '';
    427427
    428428            if($field['read_only'] == 'on' ) $read_only = 'readonly';
Note: See TracChangeset for help on using the changeset viewer.