Skip to content
Snippets Groups Projects
Commit 935f2b01 authored by dyszczo's avatar dyszczo
Browse files

fix(notice): Notice error when cannot create log file

parent 8826da3e
No related branches found
No related tags found
1 merge request!15fix(notice): Notice error when cannot create log file
Pipeline #7070 failed
## [1.6.2] - 2020-07-21
### Fixed
- Notice error when cannot create log file
## [1.6.1] - 2020-05-25
### Fixed
- WooCommerceCapture checks if WC exists before proceeding
......
......@@ -27,7 +27,7 @@ class WPCapture {
),
$dir
),
WPDesk\Notice\Notice::NOTICE_TYPE_ERROR
\WPDesk\Notice\Notice::NOTICE_TYPE_ERROR
);
}
......@@ -46,7 +46,7 @@ class WPCapture {
),
$file
),
WPDesk\Notice\Notice::NOTICE_TYPE_ERROR
\WPDesk\Notice\Notice::NOTICE_TYPE_ERROR
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment