diff --git a/modules/simplenews_demo/simplenews_demo.install b/modules/simplenews_demo/simplenews_demo.install index 52595d3..95be86a 100644 --- a/modules/simplenews_demo/simplenews_demo.install +++ b/modules/simplenews_demo/simplenews_demo.install @@ -153,8 +153,8 @@ function simplenews_demo_install() { 'uid' => 0, 'status' => 1, 'simplenews_issue' => array( - 'target_id' => 'press_releases', - 'handler' => 'special_offers', + 'target_id' => 'special_offers', + 'handler' => 'simplenews_all', 'handler_settings' => array() ), )); @@ -183,12 +183,12 @@ function simplenews_demo_install() { 'type' => 'simplenews_issue', 'id' => 'simplenews_issue_stopped', 'title' => 'Stopped special offers', - 'body' => 'Expired special offers!', + 'body' => 'Upcoming special offers!', 'uid' => 0, 'status' => 1, 'simplenews_issue' => array( - 'target_id' => 'press_releases', - 'handler' => 'special_offers', + 'target_id' => 'special_offers', + 'handler' => 'simplenews_all', 'handler_settings' => array() ), ));