diff --git a/src/NoticeManager.php b/src/NoticeManager.php index bcbd7fd..c6bd1c1 100644 --- a/src/NoticeManager.php +++ b/src/NoticeManager.php @@ -76,7 +76,7 @@ class NoticeManager{ echo '
'; // if auto_collect is ON - we don't need the button. - if (!$this->options['auto_collect']) + if ( empty( $this->options['auto_collect'] ) ) echo '' ; }