Skip to content

Commit f659307

Browse files
author
Syco
committed
fix typo on previous commit
Signed-off-by: Syco <syco@torann>
1 parent 783f3dd commit f659307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PAMI/Message/IncomingMessage.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ public function getStatusVariables($channel = null)
157157
{
158158
if (is_null($channel)) {
159159
if (!isset($this->keys['channel'])) {
160-
return $this->getChannelVariables('default');
160+
return $this->getStatusVariables('default');
161161
} else {
162-
return $this->getChannelVariables($this->keys['channel']);
162+
return $this->getStatusVariables($this->keys['channel']);
163163
}
164164
} else {
165165
$channel = strtolower($channel);

0 commit comments

Comments
 (0)