Skip to content

Commit

Permalink
[K6.1] Unsupported operand types: string + string" in KunenaMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Jul 16, 2023
1 parent 656f19f commit fa54cc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libraries/kunena/src/Forum/Message/KunenaMessage.php
Expand Up @@ -1424,6 +1424,7 @@ public function check(): bool
$query->select('MAX(time)')
->from($this->_db->quoteName('#__kunena_messages'))
->where($this->_db->quoteName('ip') . ' = ' . $this->_db->quote($this->ip));
$this->_db->setQuery($query);

try {
$lastPostTime = $this->_db->loadResult();
Expand Down

0 comments on commit fa54cc8

Please sign in to comment.