Skip to content

Commit

Permalink
[FIX 3.9.1] Add column alias com_messages (Published state broken)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrezdev committed Nov 28, 2018
1 parent c652989 commit df31beb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions administrator/components/com_messages/tables/message.php
Expand Up @@ -28,6 +28,8 @@ class MessagesTableMessage extends JTable
public function __construct(&$db)
{
parent::__construct('#__messages', 'message_id', $db);

$this->setColumnAlias('published', 'state');
}

/**
Expand Down

0 comments on commit df31beb

Please sign in to comment.