Skip to content

Commit eae6a81

Browse files
authored
Remove page-count parameter, refs #15 (#16)
Should be handled more gracefully by Echo's `BasicFormatter`.
1 parent a3625cb commit eae6a81

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/EchoNotificationsManager.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ public function addNotificationsDefinitions( array &$notifications, array &$noti
6565
'email-subject-message' => "notification-{$valueChangeNotificationType}-email-subject",
6666
'email-subject-params' => array(
6767
'user',
68-
'agent',
69-
'page-count'
68+
'agent'
7069
),
7170
'email-body-batch-message' => "notification-{$valueChangeNotificationType}-email-batch-body",
7271
'email-body-batch-params' => array(
@@ -102,8 +101,7 @@ public function addNotificationsDefinitions( array &$notifications, array &$noti
102101
'email-subject-message' => "notification-{$valueChangeNotificationType}-email-subject",
103102
'email-subject-params' => array(
104103
'user',
105-
'agent',
106-
'page-count'
104+
'agent'
107105
),
108106
'email-body-batch-message' => "notification-{$valueChangeNotificationType}-email-batch-body",
109107
'email-body-batch-params' => array(

0 commit comments

Comments
 (0)