diff options
Diffstat (limited to 'BitBoard.php')
| -rw-r--r-- | BitBoard.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BitBoard.php b/BitBoard.php index 6c9a7ce..add019f 100644 --- a/BitBoard.php +++ b/BitBoard.php @@ -34,7 +34,7 @@ class BitBoard extends LibertyMime { /** * During initialisation, be sure to call our base constructors **/ - function BitBoard( $pBitBoardId=NULL, $pContentId=NULL ) { + function __construct( $pBitBoardId=NULL, $pContentId=NULL ) { parent::__construct(); $this->mBitBoardId = $pBitBoardId; $this->mContentId = $pContentId; |
