diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a7151c45898820a35f826b845637953b9710c72..d062e4db49794bbd16088468bee810a43632461d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [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 diff --git a/src/WP/WPCapture.php b/src/WP/WPCapture.php index f532de2e7c9c957fdeecae0f1c9a1f14b41efafa..f0c17895b6b0b87c209f299db9028ff31e314731 100644 --- a/src/WP/WPCapture.php +++ b/src/WP/WPCapture.php @@ -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 ); }