diff --git a/includes/class-smaily-for-wp-widget.php b/includes/class-smaily-for-wp-widget.php index 4a2d723..f815faa 100644 --- a/includes/class-smaily-for-wp-widget.php +++ b/includes/class-smaily-for-wp-widget.php @@ -9,13 +9,13 @@ class Smaily_For_WP_Widget extends WP_Widget { /** - * Array of autoresponders. + * Admin model. * - * @since 3.0.0 + * @since 3.0.7 * @access private - * @var array $autoresponders Used to populate the autoresponder '; - foreach ( $this->autoresponders as $id => $title ) { + foreach ( $this->admin_model->get_autoresponders() as $id => $title ) { echo ''; } echo '

';