diff options
Diffstat (limited to 'BitBoardTopic.php')
| -rw-r--r-- | BitBoardTopic.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BitBoardTopic.php b/BitBoardTopic.php index eae17dc..9fa73f7 100644 --- a/BitBoardTopic.php +++ b/BitBoardTopic.php @@ -31,13 +31,13 @@ class BitBoardTopic extends LibertyMime { * Primary key for our mythical Messageboards class object & table * @public */ - var $mRootId; + public $mRootId; /** * the content id of the topic comment object * this is really the contentId, but mContentId houses the parent board content_id currently **/ - var $mCommentContentId; + public $mCommentContentId; /** * During initialisation, be sure to call our base constructors |
