# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
223c223
<   file_save_data(filter_xss($rule['css_text'], array()), file_create_path($rule['file_path']), FILE_EXISTS_REPLACE);
---
>   file_save_data($rule['css_text'], file_create_path($rule['file_path']), FILE_EXISTS_REPLACE);
