Skip to content

Commit

Permalink
prep for new caching to messages
Browse files Browse the repository at this point in the history
  • Loading branch information
kaecyra committed Sep 14, 2011
1 parent e71ef7c commit 4ca0cfe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions applications/dashboard/models/class.messagemodel.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,19 @@

class MessageModel extends Gdn_Model {

private $_SpecialLocations = array('[Base]', '[Admin]', '[NonAdmin]');

protected static $Messages;

/**
* Class constructor. Defines the related database table name.
*/
public function __construct() {
parent::__construct('Message');


}

private $_SpecialLocations = array('[Base]', '[Admin]', '[NonAdmin]');

/**
* Returns a single message object for the specified id or FALSE if not found.
*
Expand Down

0 comments on commit 4ca0cfe

Please sign in to comment.