diff options
Diffstat (limited to 'BitBoardPost.php')
| -rw-r--r-- | BitBoardPost.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BitBoardPost.php b/BitBoardPost.php index c40d4cb..fc624d4 100644 --- a/BitBoardPost.php +++ b/BitBoardPost.php @@ -24,7 +24,7 @@ class BitBoardPost extends LibertyComment { /** * During initialisation, be sure to call our base constructors */ - function BitBoardPost($pCommentId = NULL, $pContentId = NULL, $pInfo = NULL) { + function __construct($pCommentId = NULL, $pContentId = NULL, $pInfo = NULL) { parent::__construct($pCommentId,$pContentId,$pInfo); // Permission setup |
