diff options
| author | app1 spider <spider@app1> | 2016-03-29 09:51:18 -0400 |
|---|---|---|
| committer | app1 spider <spider@app1> | 2016-03-29 09:51:18 -0400 |
| commit | 38e1039b92cefcc16de7f977f59b637210d3a8d6 (patch) | |
| tree | d5450278c074feb7dd7de4e96af70ea363283238 | |
| parent | bf76da1d6d5d0849ab74a931d22f225b1e212c5a (diff) | |
| download | wiki-38e1039b92cefcc16de7f977f59b637210d3a8d6.tar.gz wiki-38e1039b92cefcc16de7f977f59b637210d3a8d6.tar.bz2 wiki-38e1039b92cefcc16de7f977f59b637210d3a8d6.zip | |
tweak pdf subtitle
| -rw-r--r-- | BitBook.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BitBook.php b/BitBook.php index 19a200d..6446c59 100644 --- a/BitBook.php +++ b/BitBook.php @@ -41,7 +41,7 @@ class BitBook extends BitPage { var $mPageId; var $mPageName; function BitBook( $pPageId=NULL, $pContentId=NULL ) { - BitPage::BitPage( $pPageId, $pContentId ); + parent::__construct( $pPageId, $pContentId ); $this->registerContentType( BITBOOK_CONTENT_TYPE_GUID, array( 'content_type_guid' => BITBOOK_CONTENT_TYPE_GUID, 'content_name' => 'Wiki Book', |
