Skip to content

Commit

Permalink
Fixing JApplicationWeb::getMessageQueue()
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed Oct 3, 2016
1 parent c817ae2 commit 5c4e241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cms/application/cms.php
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ public function getMessageQueue()

if (count($sessionQueue))
{
$this->_messageQueue = $sessionQueue;
$this->messageQueue = $sessionQueue;
$this->getSession()->set('application.queue', null);
}
}
Expand Down

0 comments on commit 5c4e241

Please sign in to comment.