BUG input not found
-
Please. Check if the inputs are presents to prevent throw an exception.
Line 722:
$input[‘hide_cropped’] = ( isset($input[‘hide_cropped’]) && $input[‘hide_cropped’] == true ? true : false );
$input[‘retina_mode’] = ( isset($input[‘retina_mode’]) && $input[‘retina_mode’] == true ? true : false );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘BUG input not found’ is closed to new replies.