diff options
| author | spider@app1 <spiderr@bitweaver.org> | 2016-06-17 00:13:25 -0400 |
|---|---|---|
| committer | spider@app1 <spiderr@bitweaver.org> | 2016-06-17 00:13:25 -0400 |
| commit | c917c8b0d73e1e4accd34f7b3eb8be91768e8aec (patch) | |
| tree | a0eb763c99987a0c56d8569d7a5aef68908a6b0e | |
| parent | 42c8b074db4473c6b82776e6f96fd193069d0b90 (diff) | |
| download | wiki-c917c8b0d73e1e4accd34f7b3eb8be91768e8aec.tar.gz wiki-c917c8b0d73e1e4accd34f7b3eb8be91768e8aec.tar.bz2 wiki-c917c8b0d73e1e4accd34f7b3eb8be91768e8aec.zip | |
change to __contruct
| -rw-r--r-- | BitBook.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BitBook.php b/BitBook.php index 6446c59..19933fb 100644 --- a/BitBook.php +++ b/BitBook.php @@ -40,7 +40,7 @@ define('BITBOOK_CONTENT_TYPE_GUID', 'bitbook' ); class BitBook extends BitPage { var $mPageId; var $mPageName; - function BitBook( $pPageId=NULL, $pContentId=NULL ) { + function __construct( $pPageId=NULL, $pContentId=NULL ) { parent::__construct( $pPageId, $pContentId ); $this->registerContentType( BITBOOK_CONTENT_TYPE_GUID, array( 'content_type_guid' => BITBOOK_CONTENT_TYPE_GUID, |
