From 38e1039b92cefcc16de7f977f59b637210d3a8d6 Mon Sep 17 00:00:00 2001 From: app1 spider Date: Tue, 29 Mar 2016 09:51:18 -0400 Subject: tweak pdf subtitle --- BitBook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.3