diff options
| author | Lester Caine <lester@lsces.co.uk> | 2007-05-20 10:54:31 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2007-05-20 10:54:31 +0000 |
| commit | 27f7639a58255e92bea004000689085056da3b66 (patch) | |
| tree | ceb160ab5640eef53dbea5ccc7ba7a3b5019b08a | |
| parent | 6863dea77afe8c733fed9bbae06b255f53e1fda6 (diff) | |
| download | install-27f7639a58255e92bea004000689085056da3b66.tar.gz install-27f7639a58255e92bea004000689085056da3b66.tar.bz2 install-27f7639a58255e92bea004000689085056da3b66.zip | |
Create default gBlog object to allow pump.
Still needs a little tidy up to create a blog into which the posts are made.
| -rw-r--r-- | pump_blogs_inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pump_blogs_inc.php b/pump_blogs_inc.php index 4b29fd1..bc5f731 100644 --- a/pump_blogs_inc.php +++ b/pump_blogs_inc.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/Attic/pump_blogs_inc.php,v 1.8 2006/10/19 16:41:16 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_install/Attic/pump_blogs_inc.php,v 1.9 2007/05/20 10:54:31 lsces Exp $ * @package install * @subpackage pumps */ @@ -21,6 +21,7 @@ $pageHash = array( 'allow_comments' => 'y' ); +$gBlog = new BitBlog(); if( $gBlog->store( $blogHash ) ) { $blogPostHash = array( array( |
