We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783f3dd commit f659307Copy full SHA for f659307
src/PAMI/Message/IncomingMessage.php
@@ -157,9 +157,9 @@ public function getStatusVariables($channel = null)
157
{
158
if (is_null($channel)) {
159
if (!isset($this->keys['channel'])) {
160
- return $this->getChannelVariables('default');
+ return $this->getStatusVariables('default');
161
} else {
162
- return $this->getChannelVariables($this->keys['channel']);
+ return $this->getStatusVariables($this->keys['channel']);
163
}
164
165
$channel = strtolower($channel);
0 commit comments